Skip to content

Commit 1b392e9

Browse files
chore(main): release 1.1.1 (#45)
* 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 <ned@bight.dev>
1 parent de2b3c3 commit 1b392e9

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.0...v1.1.1) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* restore manifest ([#44](https://github.com/fluid-project/trivet-monolingual/issues/44)) ([de2b3c3](https://github.com/fluid-project/trivet-monolingual/commit/de2b3c3b63e6c0463676bbec46276720c044de10))
10+
311
## [1.1.0](https://github.com/fluid-project/trivet-monolingual/compare/trivet-monolingual-v1.0.2...trivet-monolingual-v1.1.0) (2024-01-08)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivet-monolingual",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:*",

0 commit comments

Comments
 (0)