diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b08e42..8367095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [2.10.1](https://github.com/AlaskaAirlines/auro-library/compare/v2.10.0...v2.10.1) (2024-10-21) + + +### Bug Fixes + +* reference consuming component's package.json, rather than relatively ([21cf238](https://github.com/AlaskaAirlines/auro-library/commit/21cf2382a54d4a620d1d5d658fa928b54e15d077)) + # [2.10.0](https://github.com/AlaskaAirlines/auro-library/compare/v2.9.0...v2.10.0) (2024-10-09) diff --git a/package.json b/package.json index d254471..618cb74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aurodesignsystem/auro-library", - "version": "2.10.0", + "version": "2.10.1", "description": "This repository holds shared scripts, utilities, and workflows utilized across repositories along the Auro Design System.", "repository": { "type": "git",