Skip to content

Commit

Permalink
Merge branch 'release/v0.15.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Sep 23, 2022
2 parents a40a88c + 93905df commit 44b2aa7
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.15.3",
"version": "0.15.5",
"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.23.1",
"jsdoc": "^3.6.11",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"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.15.3",
"ef-core": "^0.15.5",
"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.15.3'
let coreVersion = '0.15.5'

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

0 comments on commit 44b2aa7

Please sign in to comment.