Skip to content

Commit 23cf317

Browse files
committed
Release 2.0.0
1 parent 0a92298 commit 23cf317

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.0.0 (2020-11-24)
4+
5+
#### :rocket: Enhancement
6+
* [#25](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest/pull/25) Add json to default list of file extensions to include in the manifest ([@lukemelia](https://github.com/lukemelia))
7+
* [#26](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest/pull/26) Update dependencies ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### Committers: 2
10+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
11+
- Vali Aminov ([@bortevik](https://github.com/bortevik))
12+
313
## [v1.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest/tree/v1.1.0) (2017-05-27)
414
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest/compare/v1.0.0...v1.1.0)
515

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-manifest",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Ember CLI Deploy plugin to generate a manifest.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)