Skip to content

Commit ebae9c0

Browse files
chore(main): release 2.1.1 (#409)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad3dcf0 commit ebae9c0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/fluid-project/trivet/compare/v2.1.0...v2.1.1) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* don't include package name in tag ([#406](https://github.com/fluid-project/trivet/issues/406)) ([6ab56df](https://github.com/fluid-project/trivet/commit/6ab56dfb3e0a7aa08a09c407d58511372d8d414b))
9+
* restore manifest ([#408](https://github.com/fluid-project/trivet/issues/408)) ([ad3dcf0](https://github.com/fluid-project/trivet/commit/ad3dcf05cc0d9bf95d55ea8c8865b93f9de6fdd1))
10+
311
## [2.1.0](https://github.com/fluid-project/trivet/compare/trivet-v2.0.1...trivet-v2.1.0) (2024-01-08)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivet",
3-
"version": "2.1.0",
3+
"version": "2.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)