From 2d1311a0330b24267b247871b283eb2e14771856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:36:12 -0300 Subject: [PATCH] chore(dev): release 2.2.0 (#742) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb759933..1fe886f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/inclusive-design/idrc/compare/v2.1.2...v2.2.0) (2023-10-04) + + +### Features + +* handle slugs explicitly, update eleventy-plugin-fluid ([#743](https://github.com/inclusive-design/idrc/issues/743)) ([7ba8c58](https://github.com/inclusive-design/idrc/commit/7ba8c5814874fe9c5d328666d6bbe064338d6d2c)) + + +### Bug Fixes + +* accessiblity issues ([#741](https://github.com/inclusive-design/idrc/issues/741)) ([01b3668](https://github.com/inclusive-design/idrc/commit/01b36689c3f3e8243e47756f1a9b437c97a0f113)) + ## [2.1.2](https://github.com/inclusive-design/idrc/compare/v2.1.1...v2.1.2) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index 1fa17d45..ac24f195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inclusive-design/idrc", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@inclusive-design/idrc", - "version": "2.1.2", + "version": "2.2.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 00c72071..0e6cf5b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inclusive-design/idrc", - "version": "2.1.2", + "version": "2.2.0", "description": "Website for the Inclusive Design Research Centre.", "main": "eleventy.config.js", "scripts": {