Skip to content

Commit

Permalink
Bump version to v0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Aug 10, 2022
1 parent dd6f07e commit 6270fdb
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.14.5",
"version": "0.14.6",
"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 @@ -99,7 +99,7 @@ const create = (ast) => {
return EFComponent
}

let coreVersion = '0.14.5'
let coreVersion = '0.14.6'

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

0 comments on commit 6270fdb

Please sign in to comment.