Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.16.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Nov 16, 2022
2 parents fe64210 + bf5b690 commit 2b9fd56
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.16.1",
"version": "0.16.2",
"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.27.0",
"jsdoc": "^4.0.0",
"rollup": "^3.2.5",
"rollup": "^3.3.0",
"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.16.0",
"ef-core": "^0.16.2",
"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 @@ -77,7 +77,7 @@ const mixStr = (strs, ...vars) => {
*/
const t = (...args) => create(mixStr(...args))

let coreVersion = '0.16.1'
let coreVersion = '0.16.2'

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

0 comments on commit 2b9fd56

Please sign in to comment.