Skip to content

Commit

Permalink
Bump version to v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Aug 12, 2022
1 parent 5d2b4bd commit 24efd31
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.14.7",
"version": "0.14.8",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"jsdoc": "^3.6.11",
"rollup": "^2.77.2",
"rollup": "^2.77.3",
"rollup-plugin-browsersync": "^1.3.3",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"ef-core": "^0.14.7",
"ef-core": "^0.14.8",
"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.7'
let coreVersion = '0.14.8'

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

0 comments on commit 24efd31

Please sign in to comment.