From 7bc742d6ba852ce91866a5bcad7e04e3b0f6b75b Mon Sep 17 00:00:00 2001 From: Florian Pichler Date: Wed, 9 Mar 2022 13:26:41 +0100 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a41cc6..35cea14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog + +## v1.0.0 (2022-03-09) + +#### :boom: Breaking Change +* [#7](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/7) Update to ES Modules ([@beerinho](https://github.com/beerinho)) +* [#10](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/10) Update node versions in actions ([@beerinho](https://github.com/beerinho)) + +#### :rocket: Enhancement +* [#7](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/7) Update to ES Modules ([@beerinho](https://github.com/beerinho)) + +#### :house: Internal +* [#11](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/11) Move to pnpm ([@pichfl](https://github.com/pichfl)) +* [#9](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/9) Update CI action ([@beerinho](https://github.com/beerinho)) +* [#8](https://github.com/simplabs/ember-template-lint-plugin-css-modules/pull/8) Add release-it run script ([@pichfl](https://github.com/pichfl)) + +#### Committers: 2 +- Florian Pichler ([@pichfl](https://github.com/pichfl)) +- [@beerinho](https://github.com/beerinho) + ## v0.1.1 (2020-04-07) #### :house: Internal diff --git a/package.json b/package.json index f118db8..351e3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-template-lint-plugin-css-modules", - "version": "0.1.1", + "version": "1.0.0", "type": "module", "description": "ember-template-lint plugin for ember-css-modules", "repository": "github:simplabs/ember-template-lint-plugin-css-modules",