Skip to content

Commit d286f24

Browse files
committed
Release 2.0.0
1 parent 4b4df68 commit d286f24

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
4+
## v2.0.0 (2023-11-28)
5+
6+
#### :boom: Breaking Change
7+
* [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/5) Update addon name ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### :bug: Bug Fix
10+
* [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/5) Update addon name ([@lukemelia](https://github.com/lukemelia))
11+
12+
#### Committers: 1
13+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
14+
315
## v1.0.2 (2023-11-28)
416

517
## v1.0.1 (2023-11-28)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-smart-compress",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Ember CLI Deploy plugin to compress files in gzip or brotli automatically depending on supported browsers (forked from Dockyard)",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)