diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d93d11..6de054c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.1](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.3.0...v1.3.1) (2023-09-25) + + +### Bug Fixes + +* resolve Stylelint issues ([#165](https://github.com/fluid-project/handbook.floeproject.org/issues/165)) ([b34b2a2](https://github.com/fluid-project/handbook.floeproject.org/commit/b34b2a29c3b6079ede5ebf9a4b26a21b32be6f10)) +* restore sidebar (resolves [#169](https://github.com/fluid-project/handbook.floeproject.org/issues/169)) ([#170](https://github.com/fluid-project/handbook.floeproject.org/issues/170)) ([cfd235f](https://github.com/fluid-project/handbook.floeproject.org/commit/cfd235fbe9c093cff652f72e03cde1b9f381f1a8)) + ## [1.3.0](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.2.0...v1.3.0) (2023-08-24) diff --git a/package-lock.json b/package-lock.json index d1998877..db4dd8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handbook.floeproject.org", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "handbook.floeproject.org", - "version": "1.3.0", + "version": "1.3.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 7cc615ab..d90fc4c1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "handbook.floeproject.org", "author": "OCAD University", "license": "BSD-3-Clause", - "version": "1.3.0", + "version": "1.3.1", "description": "Strategies and good practices for inclusive learning content.", "repository": { "type": "git",