From 6ed34d4641e4d1b4a1e593b805d2b126862d3ba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:41:24 -0300 Subject: [PATCH] chore(dev): release 2.2.1 (#747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe886f7..73317430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/inclusive-design/idrc/compare/v2.2.0...v2.2.1) (2023-10-10) + + +### Bug Fixes + +* resolve slug error ([#746](https://github.com/inclusive-design/idrc/issues/746)) ([bd08c6d](https://github.com/inclusive-design/idrc/commit/bd08c6d7b2b446ce846b0a1497ba2a9685cef265)) + ## [2.2.0](https://github.com/inclusive-design/idrc/compare/v2.1.2...v2.2.0) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index b5ddf2cb..9493ac2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inclusive-design/idrc", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inclusive-design/idrc", - "version": "2.2.0", + "version": "2.2.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 664184cf..3677a6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inclusive-design/idrc", - "version": "2.2.0", + "version": "2.2.1", "description": "Website for the Inclusive Design Research Centre.", "main": "eleventy.config.js", "scripts": {