Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 377e44d

Browse files
committed
chore(changelog): update changelog using conventional-changelog
update changelog using convention-changelog
1 parent e58ca9e commit 377e44d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="0.0.40"></a>
2+
## 0.0.40 (2016-11-07)
3+
4+
### Breaking Changes
5+
6+
`ionic_source_map` variable is now used to drive the `devtool` (sourcemap) value for webpack. It now defaults to `eval` for faster builds. Set it to `source-map` for `typescript` sourcemaps.
7+
8+
### Bug Fixes
9+
* **sourcemaps:** fix source maps for all files ([066de6d](https://github.com/driftyco/ionic-app-scripts/commit/066de6d))
10+
* **sourcemaps:** webpack .ts sourcemaps ([bfca1be](https://github.com/driftyco/ionic-app-scripts/commit/bfca1be))
11+
* **webpack:** modify config to use IONIC_APP_SCRIPTS_DIR variable ([2b7c606](https://github.com/driftyco/ionic-app-scripts/commit/2b7c606))
12+
13+
14+
### Features
15+
* **events:** emit bundler events ([8d73da9](https://github.com/driftyco/ionic-app-scripts/commit/8d73da9))
16+
* **exports:** add templateUpdate and fullBuildUpdate ([a31897d](https://github.com/driftyco/ionic-app-scripts/commit/a31897d))
17+
* **webpack source maps:** make it easy to configure source map type ([03565b7](https://github.com/driftyco/ionic-app-scripts/commit/03565b7))
18+
19+
20+
### Performance Improvements
21+
22+
* **webpack:** speed up webpack build by not using file-system and watches ([23ad195](https://github.com/driftyco/ionic-app-scripts/commit/23ad195))
23+
24+
25+
126
To get the latest `@ionic/app-scripts`, please run:
227

328
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"github-release": "node ./scripts/create-github-release.js",
2424
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
2525
"nightly": "npm run build && node ./scripts/publish-nightly.js",
26-
"release": "npm run build && npm run test && npm version patch && npm changelog && npm run github-release && npm publish",
26+
"release": "npm run build && npm run test && npm run changelog && npm version patch && npm run github-release && npm publish",
2727
"test": "jasmine JASMINE_CONFIG_PATH=src/spec/jasmine.config.json || true",
2828
"watch": "npm run clean && tsc --watch"
2929
},

0 commit comments

Comments
 (0)