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

Commit 335bd51

Browse files
committed
chore(changelog): update changelog for 0.0.42
update changelog for 0.0.42
1 parent 0fe2de7 commit 335bd51

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
<a name="0.0.42"></a>
2+
## [0.0.42](https://github.com/driftyco/ionic-app-scripts/compare/v0.0.41...v0.0.42) (2016-11-09)
3+
4+
## Upgrade Steps
5+
To use this version of `@ionic/app-scripts`, follow these steps to upgrade:
6+
7+
1. Install the latest version of the ionic cli
8+
9+
```
10+
npm install ionic@latest
11+
```
12+
13+
Note: sudo may be required dependending on your workstation set-up
14+
15+
2. Update the project's `package.json` file's `script` section to look like this:
16+
17+
```
18+
...
19+
"scripts" : {
20+
"ionic:build": "ionic-app-scripts build",
21+
"ionic:serve": "ionic-app-scripts serve"
22+
}
23+
...
24+
```
25+
26+
Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them!
27+
28+
### Bug Fixes
29+
30+
* **bundling:** execute bundle updates if full bundle has completed at least once ([fbe56dc](https://github.com/driftyco/ionic-app-scripts/commit/fbe56dc))
31+
* **sass:** remove broken sass caching ([91faf0b](https://github.com/driftyco/ionic-app-scripts/commit/91faf0b))
32+
33+
34+
### Features
35+
36+
* **error:** use datauri for favicon build status ([892cf4a](https://github.com/driftyco/ionic-app-scripts/commit/892cf4a))
37+
* **errors:** overlay build errors during development ([87f7648](https://github.com/driftyco/ionic-app-scripts/commit/87f7648))
38+
39+
40+
141
<a name="0.0.41"></a>
242
## [0.0.41](https://github.com/driftyco/ionic-app-scripts/compare/v0.0.40...v0.0.41) (2016-11-07)
343

0 commit comments

Comments
 (0)