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

Commit 33f6164

Browse files
committed
chore(changelog): update changelog for 0.0.45
update changelog for 0.0.45
1 parent 1bc8136 commit 33f6164

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.0.45"></a>
2+
## [0.0.45](https://github.com/driftyco/ionic-app-scripts/compare/v0.0.44...v0.0.45) (2016-11-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **errors:** runtime error immediately, selectable stack ([70f68da](https://github.com/driftyco/ionic-app-scripts/commit/70f68da))
8+
* **inline-templates:** update bundle and memory file representation on template change ([11a949d](https://github.com/driftyco/ionic-app-scripts/commit/11a949d))
9+
* **rollup:** invalidate cache on template change ([80c0eb6](https://github.com/driftyco/ionic-app-scripts/commit/80c0eb6))
10+
* **webpack:** invalidate cache by use of timestamps ([4d6bbd5](https://github.com/driftyco/ionic-app-scripts/commit/4d6bbd5))
11+
12+
13+
### Features
14+
15+
* **run-build-update:** handle linked npm modules ([#375](https://github.com/driftyco/ionic-app-scripts/issues/375)) ([0f113c8](https://github.com/driftyco/ionic-app-scripts/commit/0f113c8))
16+
* **serve:** add '/ionic-lab' as an alias for the lab html file path. ([c319404](https://github.com/driftyco/ionic-app-scripts/commit/c319404))
17+
18+
19+
120
<a name="0.0.44"></a>
221
## [0.0.44](https://github.com/driftyco/ionic-app-scripts/compare/v0.0.43...v0.0.44) (2016-11-15)
322

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Execute the following steps to publish a release:
191191
2. Run `npm run test` to validate the `dist` works
192192
3. Temporarily tick the `package.json` version
193193
4. Run `npm run changelog` to append the latest additions to the changelog
194-
5. Manually verify the changelog content. Often times you'll want to manually add content/instructions
194+
5. Manually verify and commit the changelog changes. Often times you'll want to manually add content/instructions
195195
6. Revert the `package.json` version to the original version
196196
7. Run `npm version patch` to tick the version and generate a git tag
197197
8. Run `npm run github-release` to create the github release entry

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/app-scripts",
3-
"version": "0.0.45",
3+
"version": "0.0.44",
44
"description": "Scripts for Ionic Projects",
55
"homepage": "http://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",

0 commit comments

Comments
 (0)