Skip to content

Commit 0db8ae3

Browse files
Add Changelog, bump version
1 parent 298cc81 commit 0db8ae3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## 2.1.1 (April 4, 2019)
10+
### Fixed
11+
- Remove usage of .original in Ember 5.9+ to fix deprecation warnings.
12+
913
## 2.1.0 (April 2, 2024)
1014

1115
### Added

packages/ember-css-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-css-modules",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "CSS Modules for ambitious applications",
55
"scripts": {
66
"build": "ember build --environment=production",

0 commit comments

Comments
 (0)