Skip to content

Commit 2403cf7

Browse files
Bump version
1 parent fddbf06 commit 2403cf7

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ef-core",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"description": "Core of ef.js (without parser)",
55
"main": "dist/ef-core.min.js",
66
"module": "src/ef-core.js",
@@ -34,7 +34,7 @@
3434
"chalk": "^5.3.0",
3535
"chokidar": "^3.5.3",
3636
"cross-env": "^7.0.3",
37-
"eslint": "^8.43.0",
37+
"eslint": "^8.44.0",
3838
"jsdoc": "^4.0.2",
3939
"rollup": "^3.26.0",
4040
"rollup-plugin-browsersync": "^1.3.3",

src/ef-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const create = (ast, name) => {
107107
return EFComponent
108108
}
109109

110-
let coreVersion = '0.17.2'
110+
let coreVersion = '0.17.3'
111111

112112
if (process.env.NODE_ENV !== 'production') {
113113
coreVersion = `${coreVersion}+debug`

0 commit comments

Comments
 (0)