Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.16.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jan 16, 2023
2 parents 01d29e2 + 1bffef8 commit fe00ff4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef-core",
"version": "0.16.3",
"version": "0.16.4",
"description": "Core of ef.js (without parser)",
"main": "dist/ef-core.min.js",
"module": "src/ef-core.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ef-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const create = (ast, name) => {
return EFComponent
}

let coreVersion = '0.16.2'
let coreVersion = '0.16.4'

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

0 comments on commit fe00ff4

Please sign in to comment.