Skip to content

Commit

Permalink
chore: release 0.10.2 (#61)
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 Jun 6, 2024
1 parent a5a998c commit b5b6a4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.2](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.10.1...v0.10.2) (2024-06-06)


### Bug Fixes

* binding param in new operator syntax ([#60](https://github.com/rudderlabs/rudder-json-template-engine/issues/60)) ([a5a998c](https://github.com/rudderlabs/rudder-json-template-engine/commit/a5a998c610f76bf01d50faaf50b536617a0a79ef))

## [0.10.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.10.0...v0.10.1) (2024-06-06)


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

0 comments on commit b5b6a4a

Please sign in to comment.