diff --git a/packages/theemo/CHANGELOG.md b/packages/theemo/CHANGELOG.md index f2b7d287..5e1b208a 100644 --- a/packages/theemo/CHANGELOG.md +++ b/packages/theemo/CHANGELOG.md @@ -4,15 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.1.1](https://github.com/gossi/theemo/compare/v0.1.0...v0.1.1) +#### [v0.1.2](https://github.com/gossi/theemo/compare/v0.1.0...v0.1.2) +- Add additional properties to tokens [`#586`](https://github.com/gossi/theemo/pull/586) - Revert release-it back to v14 [`#584`](https://github.com/gossi/theemo/pull/584) - Remove `jest-expect-message` [`#583`](https://github.com/gossi/theemo/pull/583) - Use proper key for paint style lookup [`#582`](https://github.com/gossi/theemo/pull/582) - Upgrade Jest to v28 [`#581`](https://github.com/gossi/theemo/pull/581) - Drop lerna-changelog; release-it to v15; use auto-changelog 🤞 [`429c696`](https://github.com/gossi/theemo/commit/429c696ab678d1fd8bdecc181fd969b380b6483c) +- release theemo v0.1.1 [`44a76b3`](https://github.com/gossi/theemo/commit/44a76b356b944d1487d031be6f5dcd1fbd6042f3) - Adjust release-it config [`39e290a`](https://github.com/gossi/theemo/commit/39e290ae9990a827fb8f02f2bb2e5a6b4b008b1c) -- Change repo in `package.json` [`68a17fd`](https://github.com/gossi/theemo/commit/68a17fd9d2a0753e26c37bea94f28ef73363d58b) #### [v0.1.0](https://github.com/gossi/theemo/compare/v0.0.9...v0.1.0) diff --git a/packages/theemo/package.json b/packages/theemo/package.json index 775e059e..f7346e9e 100644 --- a/packages/theemo/package.json +++ b/packages/theemo/package.json @@ -1,7 +1,7 @@ { "name": "theemo", "description": "Design Token automations", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "author": "Thomas Gossmann", "homepage": "https://theemo.io",