Skip to content

Commit 582832e

Browse files
committed
Release 3.0.0
1 parent 5a2ee87 commit 582832e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
4+
## 3.0.0 (2023-06-04)
5+
6+
#### :boom: Breaking Change
7+
* [#66](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/66) [BREAKING] Update dependencies and node version requirements ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### Committers: 2
10+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
11+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
12+
313
## 2.0.1 (2021-11-22)
414

515
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-gzip",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Ember CLI Deploy plugin to gzip files.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)