Skip to content

Commit

Permalink
chore(main): release render-liquid-file 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 7, 2024
1 parent dcd1926 commit bc86ffd
Show file tree
Hide file tree
Showing 4 changed files with 18 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 @@
{
".": "1.0.1"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/parkerbxyz/render-liquid-file/compare/render-liquid-file-v1.0.1...render-liquid-file-v1.1.0) (2024-04-07)


### Features

* create initial version ([eb7f361](https://github.com/parkerbxyz/render-liquid-file/commit/eb7f361cee7da7dbab1e6d10767cafb29decdf68))


### Bug Fixes

* **build:** compile module into a single file ([eb70f40](https://github.com/parkerbxyz/render-liquid-file/commit/eb70f40449cbc21f9d677a0b32f6011289b003b0))
* **deps:** bump liquidjs from 10.10.1 to 10.10.2 ([#3](https://github.com/parkerbxyz/render-liquid-file/issues/3)) ([47d03a6](https://github.com/parkerbxyz/render-liquid-file/commit/47d03a622a6c875c4b7305bea918db1d4b110edd))
* **deps:** bump undici from 5.28.3 to 5.28.4 ([#5](https://github.com/parkerbxyz/render-liquid-file/issues/5)) ([b18221e](https://github.com/parkerbxyz/render-liquid-file/commit/b18221ed9ca97188213eab2e95b1ac94312ac0f6))

## [1.0.1](https://github.com/parkerbxyz/render-liquid-file/compare/v1.0.0...v1.0.1) (2024-03-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,7 +1,7 @@
{
"name": "render-liquid-file",
"description": "Renders a liquid file",
"version": "1.0.1",
"version": "1.1.0",
"author": "Parker Brown",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit bc86ffd

Please sign in to comment.