diff --git a/CHANGELOG.md b/CHANGELOG.md index 319caf09..84471815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/fluid-project/trivet/compare/v2.0.0...v2.0.1) (2023-08-15) + + +### Bug Fixes + +* simplify YAML lint config ([#362](https://github.com/fluid-project/trivet/issues/362)) ([40ea5f9](https://github.com/fluid-project/trivet/commit/40ea5f9df913fa55c7b9a5249bbd3badb8309515)) + ## [2.0.0](https://github.com/fluid-project/trivet/compare/v1.0.0...v2.0.0) (2023-08-15) diff --git a/package-lock.json b/package-lock.json index 054eee10..1e47ecda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trivet", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "trivet", - "version": "2.0.0", + "version": "2.0.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index fac7ea67..41d00f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trivet", - "version": "2.0.0", + "version": "2.0.1", "description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.", "scripts": { "build": "npm-run-all -l clean -p build:*",