Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#9)
Browse files Browse the repository at this point in the history
* chore(main): release 1.1.0

* chore: update dist files

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Apr 18, 2024
1 parent 5aa5bc1 commit 3018c15
Show file tree
Hide file tree
Showing 148 changed files with 17,410 additions and 17,180 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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* do not require `layouts` input ([2d89548](https://github.com/parkerbxyz/render-liquid-file/commit/2d895481c7c240d19870b94532fe9e5a285e9fde))
* do not require `partials` input ([2d89548](https://github.com/parkerbxyz/render-liquid-file/commit/2d895481c7c240d19870b94532fe9e5a285e9fde))
* relax input requirements ([#8](https://github.com/parkerbxyz/render-liquid-file/issues/8)) ([2d89548](https://github.com/parkerbxyz/render-liquid-file/commit/2d895481c7c240d19870b94532fe9e5a285e9fde))


### Bug Fixes

* **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))
* make liquidjs an external dependency ([#6](https://github.com/parkerbxyz/render-liquid-file/issues/6)) ([5aa5bc1](https://github.com/parkerbxyz/render-liquid-file/commit/5aa5bc15ea749ceb791bf78c3ee23b8e29c5d923))

## [1.0.1](https://github.com/parkerbxyz/render-liquid-file/compare/v1.0.0...v1.0.1) (2024-03-12)


Expand Down
Loading

0 comments on commit 3018c15

Please sign in to comment.