Skip to content

Commit

Permalink
Merge branch 'main' into refactor.engine
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip authored Jun 12, 2024
2 parents 12849ce + 435d9c9 commit 20635f4
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.11.2](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.11.1...v0.11.2) (2024-06-11)


### Miscellaneous

* fix npm vulnerability ([d0062cf](https://github.com/rudderlabs/rudder-json-template-engine/commit/d0062cf7e11ae6101713e557ceda360bcf1188d3))

## [0.11.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.11.0...v0.11.1) (2024-06-11)


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.11.1",
"version": "0.11.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 20635f4

Please sign in to comment.