diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e27634b..9bf3338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.2](https://github.com/parkerbxyz/render-liquid-file/compare/v1.1.1...v1.1.2) (2024-09-04) + + +### Bug Fixes + +* **deps:** bump liquidjs from 10.13.0 to 10.14.0 ([#14](https://github.com/parkerbxyz/render-liquid-file/issues/14)) ([3290b68](https://github.com/parkerbxyz/render-liquid-file/commit/3290b68d1a7fae6a2e8458f444bc7d9668a1a901)) +* **deps:** bump liquidjs from 10.14.0 to 10.16.7 ([#17](https://github.com/parkerbxyz/render-liquid-file/issues/17)) ([b7135b9](https://github.com/parkerbxyz/render-liquid-file/commit/b7135b9b1a462ebde0f814aafedbab9d3ca63324)) + ## [1.1.1](https://github.com/parkerbxyz/render-liquid-file/compare/v1.1.0...v1.1.1) (2024-05-21) diff --git a/package-lock.json b/package-lock.json index fba8286..d595450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "render-liquid-file", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "render-liquid-file", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index bfa3153..faf5a54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "render-liquid-file", "description": "Renders a liquid file", - "version": "1.1.1", + "version": "1.1.2", "author": "Parker Brown", "license": "MIT", "type": "module",