Skip to content

Commit a29207a

Browse files
committed
Release 1.0.1
1 parent 81728e1 commit a29207a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v1.0.1 (2023-11-28)
4+
5+
#### :boom: Breaking Change
6+
* [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/4) [BREAKING] Drop support for node < 16 ([@lukemelia](https://github.com/lukemelia))
7+
8+
#### Committers: 1
9+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
10+
211
## v1.0.0 (2023-06-20)
312

413
#### :rocket: Enhancement

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/ember-cli-deploy-smart-compress",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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)