Skip to content

Commit c7aee3a

Browse files
committed
Released v0.2.0
1 parent b5d3bcf commit c7aee3a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/tree/0.2.0) (2016-02-06)
2+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/compare/v0.1.0...0.2.0)
3+
4+
- Added the integrity attribute [\#19](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/19) ([robinvdvleuten](https://github.com/robinvdvleuten))
5+
- Fix case distDir is an absolute path [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/16) ([amiel](https://github.com/amiel))
6+
- Add a minimal config/environment to the example [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/15) ([amiel](https://github.com/amiel))
7+
8+
## [0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/tree/0.1.0) (2015-10-24)
9+
110
#### Community Contributions
211

312
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/2) Build index.json from index.html [@achambers](https://github.com/achambers)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-json-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "An ember-cli-deploy plugin to convert index.html to json config",
55
"directories": {
66
"doc": "doc",
@@ -29,6 +29,7 @@
2929
"ember-cli-ic-ajax": "0.1.1",
3030
"ember-cli-inject-live-reload": "^1.3.0",
3131
"ember-cli-qunit": "0.3.10",
32+
"ember-cli-release": "1.0.0-beta.1",
3233
"ember-cli-uglify": "1.0.1",
3334
"ember-data": "1.0.0-beta.16.1",
3435
"ember-disable-prototype-extensions": "^1.0.0",

0 commit comments

Comments
 (0)