Skip to content

Commit

Permalink
Prep release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Mar 23, 2022
1 parent ff5bf48 commit a69da39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.0.1 (March 23, 2022)

### Fixed
- Avoid triggering (ember.js#19392)[https://github.com/emberjs/ember.js/issues/19392] when we produce synthetic class `AttrNode`s.

## 2.0.0 (November 22, 2021)

This major release of Ember CSS Modules primarily removes support for deprecated patterns and updates our minimum support for other elements of the ecosystem.
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-modules",
"version": "2.0.0",
"version": "2.0.1",
"description": "CSS Modules for ambitious applications",
"scripts": {
"build": "ember build --environment=production",
Expand Down

0 comments on commit a69da39

Please sign in to comment.