Skip to content

Commit

Permalink
chore: release 0.4.1 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2022
1 parent 03d503b commit 4e40b3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.4.0...v0.4.1) (2022-12-19)


### Bug Fixes

* incorrect condition in function call expression ([#24](https://github.com/rudderlabs/rudder-json-template-engine/issues/24)) ([03d503b](https://github.com/rudderlabs/rudder-json-template-engine/commit/03d503b1bd5f08fa1df77229989415bc5bbc0f0e))


### Miscellaneous

* **ci:** remove the option to bump patch for features pre-major ([#22](https://github.com/rudderlabs/rudder-json-template-engine/issues/22)) ([e7b4ed6](https://github.com/rudderlabs/rudder-json-template-engine/commit/e7b4ed62f7951cac162bb330b920c05531b6c7da))

## [0.4.0](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.3.0...v0.4.0) (2022-12-12)


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": "rudder-json-template-engine",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/rudderlabs/rudder-workflow-engine",
"description": "A library for evaluating JSON template expressions.",
"main": "build/index.js",
Expand Down

0 comments on commit 4e40b3c

Please sign in to comment.