Skip to content

Commit 17bd837

Browse files
chore(release): release 1.0.1 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 792a9fe commit 17bd837

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/fluid-project/trivet-monolingual/compare/v1.0.0...v1.0.1) (2023-08-15)
4+
5+
6+
### Bug Fixes
7+
8+
* better YAML lint pattern ([#9](https://github.com/fluid-project/trivet-monolingual/issues/9)) ([fd39e78](https://github.com/fluid-project/trivet-monolingual/commit/fd39e78c6ed84232e607dfd7d872cda157512a23))
9+
* resolve issue with pagination URLs ([#8](https://github.com/fluid-project/trivet-monolingual/issues/8)) ([47d4a35](https://github.com/fluid-project/trivet-monolingual/commit/47d4a35ba3861944c4997afa84caa0cd0edb076b))
10+
311
## 1.0.0 (2023-08-10)
412

513
Initial release.

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.0.0",
3+
"version": "1.0.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)