Skip to content

Commit 35ff236

Browse files
chore(release): release 2.0.0 (#269)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ned Zimmerman <[email protected]>
1 parent 1c9e96e commit 35ff236

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/fluid-project/trivet/compare/v1.0.0...v2.0.0) (2023-08-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update Docker Node version ([#335](https://github.com/fluid-project/trivet/issues/335))
9+
* add NVM configuration, use Node 18 ([#322](https://github.com/fluid-project/trivet/issues/322))
10+
11+
### Features
12+
13+
* add NVM configuration, use Node 18 ([#322](https://github.com/fluid-project/trivet/issues/322)) ([aa63bf2](https://github.com/fluid-project/trivet/commit/aa63bf2a1320fd2bf2fb3ffaa72649e789579878))
14+
* disallow GPT from crawling any Trivet-based sites ([#343](https://github.com/fluid-project/trivet/issues/343)) ([c56e172](https://github.com/fluid-project/trivet/commit/c56e172fbe2de41a1dfc67a8f7f1cb60133376e6))
15+
* generate sitemap.xml (resolves [#243](https://github.com/fluid-project/trivet/issues/243)) ([#244](https://github.com/fluid-project/trivet/issues/244)) ([cea3049](https://github.com/fluid-project/trivet/commit/cea304998a7586446b18739883436272732321fe))
16+
* update Docker Node version ([#335](https://github.com/fluid-project/trivet/issues/335)) ([c437bd4](https://github.com/fluid-project/trivet/commit/c437bd4be37fbb3afb0356b44fee2dcd1f8fbd21))
17+
* use Eleventy localization features and Eleventy asset processing ([#337](https://github.com/fluid-project/trivet/issues/337)) ([610868d](https://github.com/fluid-project/trivet/commit/610868d0ccd4e67c8dd84bb7c0f965d1228957eb))
18+
19+
20+
### Bug Fixes
21+
22+
* better YAML pattern to handle .github files as well as config.yml ([#355](https://github.com/fluid-project/trivet/issues/355)) ([7642a09](https://github.com/fluid-project/trivet/commit/7642a09066951eb21fd3522abe7b4d4623d71296))
23+
* localized pagination ([#353](https://github.com/fluid-project/trivet/issues/353)) ([43df5ff](https://github.com/fluid-project/trivet/commit/43df5ff18faf0cc9519293fb7e4b861005f8d171))
24+
* move generatePermalink out of eleventyComputed ([#354](https://github.com/fluid-project/trivet/issues/354)) ([d37829e](https://github.com/fluid-project/trivet/commit/d37829e7a2a4ddfe8fd22426214df8316e7dc49d))
25+
* resolve sitemap parsing error in Chrome ([#351](https://github.com/fluid-project/trivet/issues/351)) ([64387bf](https://github.com/fluid-project/trivet/commit/64387bfeaf3ce9e42b80b6112b6f590dc6658be9))
26+
327
## 1.0.0 (2022-03-23)
428

529
Initial release.

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": "1.0.0",
3+
"version": "2.0.0",
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)