Skip to content

Commit

Permalink
chore: prepare CHANGELOG.md, package.json for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jul 18, 2023
1 parent ed75c52 commit 5d612f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.2.0 - 2023-07-18
- Refactors filter, extension & globals resolution & addresses lint issues
- Replaces legacy extend-shallow with Object.assign
- Updated Nunjucks 3.2.3 => 3.2.4
- Fixed typo in README badge

## 1.1.0 - 2022-01-31
- Updated Nunjucks 3.0.0 => 3.2.3
- Drop support for Node < 8.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jstransformer-nunjucks",
"version": "1.1.0",
"version": "1.2.0",
"description": "Nunjucks support for JSTransformers",
"dependencies": {
"nunjucks": "^3.2.4"
Expand Down

0 comments on commit 5d612f4

Please sign in to comment.