Skip to content

Commit

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

* ci: trigger CI

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ned Zimmerman <[email protected]>
  • Loading branch information
github-actions[bot] and greatislander authored Jan 8, 2024
1 parent de2b3c3 commit 1b392e9
Show file tree
Hide file tree
Showing 4 changed files with 12 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.1.0"
".": "1.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.0...v1.1.1) (2024-01-08)


### Bug Fixes

* don't include package name in tag ([#43](https://github.com/fluid-project/trivet-monolingual/issues/43)) ([adc8ee7](https://github.com/fluid-project/trivet-monolingual/commit/adc8ee79c12ccfbba5090f93a2d7282fd776e4de))
* restore manifest ([#44](https://github.com/fluid-project/trivet-monolingual/issues/44)) ([de2b3c3](https://github.com/fluid-project/trivet-monolingual/commit/de2b3c3b63e6c0463676bbec46276720c044de10))

## [1.1.0](https://github.com/fluid-project/trivet-monolingual/compare/trivet-monolingual-v1.0.2...trivet-monolingual-v1.1.0) (2024-01-08)


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": "trivet-monolingual",
"version": "1.1.0",
"version": "1.1.1",
"description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.",
"scripts": {
"build": "npm-run-all -l clean -p build:*",
Expand Down

0 comments on commit 1b392e9

Please sign in to comment.