Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.14.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Aug 10, 2022
2 parents a88fc95 + 7322951 commit a20228a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.14.6",
"version": "0.14.7",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"ef-core": "^0.14.6",
"ef-core": "^0.14.7",
"eft-parser": "^0.14.1"
}
}
2 changes: 1 addition & 1 deletion src/ef.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const setParser = (newParser) => {
*/
const t = (...args) => create(mixStr(...args))

let coreVersion = '0.14.6'
let coreVersion = '0.14.7'

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

0 comments on commit a20228a

Please sign in to comment.