diff --git a/CHANGELOG.md b/CHANGELOG.md index c55877a9..4fc765d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/fluid-project/trivet/compare/v1.0.0...v1.1.0) (2022-04-11) + + +### Features + +* 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)) + ## 1.0.0 (2022-03-23) Initial release. diff --git a/package-lock.json b/package-lock.json index 9a24acdd..84dcf1bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trivet", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "trivet", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "1.0.0", diff --git a/package.json b/package.json index 33ec3038..a568ac76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trivet", - "version": "1.0.0", + "version": "1.1.0", "description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.", "scripts": { "build": "npm-run-all -l clean build:*",