Skip to content

Commit

Permalink
chore(main): release 0.12.4 (#82)
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>
Co-authored-by: Dilip Kola <[email protected]>
  • Loading branch information
github-actions[bot] and koladilip authored Jun 13, 2024
1 parent a3ab421 commit 7e4244f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.3"
".": "0.12.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.4](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.12.3...v0.12.4) (2024-06-13)


### Bug Fixes

* update release please ([664e3f9](https://github.com/rudderlabs/rudder-json-template-engine/commit/664e3f99ebefc087eda7c36aee7dd5d50c85a9f4))

## [0.12.3](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.12.2...v0.12.3) (2024-06-13)


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.12.3",
"version": "0.12.4",
"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 7e4244f

Please sign in to comment.