Skip to content

Commit

Permalink
Merge branch 'release/v0.15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Sep 14, 2022
2 parents c8ae921 + f4f2274 commit 10d8fe4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 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.15.1",
"version": "0.15.2",
"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.15.1",
"ef-core": "^0.15.2",
"eft-parser": "^0.14.1"
}
}
4 changes: 1 addition & 3 deletions src/ef.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
bundle,
isPaused,
setDOMImpl,
getNodeAST,
declareNamespace,
mountOptions
} from 'ef-core'
Expand Down Expand Up @@ -72,7 +71,7 @@ const setParser = (newParser) => {
*/
const t = (...args) => create(mixStr(...args))

let coreVersion = '0.15.1'
let coreVersion = '0.15.2'

if (process.env.NODE_ENV !== 'production') {
coreVersion = `${coreVersion}+debug`
Expand All @@ -97,7 +96,6 @@ export {
parseEft,
mountOptions,
setDOMImpl,
getNodeAST,
declareNamespace,
coreVersion as version
}
Expand Down

0 comments on commit 10d8fe4

Please sign in to comment.