Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed Mar 9, 2022
1 parent 74fd19c commit 7bc742d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7bc742d

Please sign in to comment.