Skip to content

Commit 8090831

Browse files
committedDec 13, 2022
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

+5
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

+1-1
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)
Please sign in to comment.