diff --git a/CHANGELOG.md b/CHANGELOG.md index 83277a1..ac12bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.2](https://github.com/etchteam/mobius-tokens/compare/v1.1.1...v1.1.2) (2024-09-20) + +### Bug Fixes + +* residual and garden stream colours ([7f0ce8e](https://github.com/etchteam/mobius-tokens/commit/7f0ce8e03f66e522f6dec7b6c34acf346b850069)) + ## [1.1.1](https://github.com/etchteam/mobius-tokens/compare/v1.1.0...v1.1.1) (2024-09-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7022aea..86fcf06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@etchteam/mobius-tokens", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@etchteam/mobius-tokens", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 6a3bfe0..6d14455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@etchteam/mobius-tokens", - "version": "1.1.1", + "version": "1.1.2", "description": "CSS variables for use on WRAP's Web Properties", "scripts": { "build": "sass src/main.scss dist/index.css && cp src/tokens/breakpoint.scss dist/breakpoint.scss",