Skip to content

Commit 145f393

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

File tree

3 files changed

+183
-10
lines changed

3 files changed

+183
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0-beta.1](https://github.com/6utt3rfly/jse-eval/compare/v1.3.0...v1.4.0-beta.1) (2022-03-22)
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.3.0](https://github.com/6utt3rfly/jse-eval/compare/v1.2.0...v1.3.0) (2022-03-13)
29

310

package-lock.json

+175-9
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.3.0",
3+
"version": "1.4.0-beta.1",
44
"description": "JavaScript expression parsing and evaluation.",
55
"source": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)