Skip to content

Commit

Permalink
Merge pull request #131 from shepherdwind/2.0.1
Browse files Browse the repository at this point in the history
chore: new version 2.0.1
  • Loading branch information
shepherdwind committed Sep 2, 2020
2 parents c432988 + f6e34b5 commit 76f33ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ notifications:
- eward.song@gmail.com

node_js:
- '8.9.0'
- '12.14.1'

install:
- npm install
Expand Down
4 changes: 4 additions & 0 deletions History.md
@@ -1,3 +1,7 @@
## 2.0.1 2020-09-02

- fix Bug with #set inside #foreach [129](https://github.com/shepherdwind/velocity.js/issues/129)

## 2.0.0 2019-09-26

Break change
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"keywords": [
"velocity template"
Expand Down

0 comments on commit 76f33ad

Please sign in to comment.