Skip to content

Commit 8090831

Browse files
chore(release): 1.4.0
# [1.4.0](v1.3.0...v1.4.0) (2022-12-13) ### Features * bind console log for performance (not really) ([#105](#105)) ([98155c5](98155c5))
1 parent 98155c5 commit 8090831

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.3.0...v1.4.0) (2022-12-13)
2+
3+
### Features
4+
5+
- bind console log for performance (not really) ([#105](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/105)) ([98155c5](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/98155c5fdb301c78bc9a04a5933b4843fb186692))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"test": "vitest"
6868
},
6969
"type": "module",
70-
"version": "1.2.0"
70+
"version": "1.4.0"
7171
}

0 commit comments

Comments
 (0)