Skip to content

Commit e35041d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2022-03-23) ### Features * update build system for ESM/CJS ([40051d6](40051d6)), closes [#54](#54)
1 parent 3c84bc6 commit e35041d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/6utt3rfly/jse-eval/compare/v1.3.0...v1.4.0) (2022-03-23)
2+
3+
4+
### Features
5+
6+
* update build system for ESM/CJS ([40051d6](https://github.com/6utt3rfly/jse-eval/commit/40051d62dab3f0ed3ce3c7091a637eccd479682d)), closes [#54](https://github.com/6utt3rfly/jse-eval/issues/54)
7+
18
# [1.4.0-beta.1](https://github.com/6utt3rfly/jse-eval/compare/v1.3.0...v1.4.0-beta.1) (2022-03-22)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jse-eval",
3-
"version": "1.4.0-beta.1",
3+
"version": "1.4.0",
44
"description": "JavaScript expression parsing and evaluation.",
55
"source": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)