This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Execute the following steps to publish a release:
1911912 . Run ` npm run test ` to validate the ` dist ` works
1921923 . Temporarily tick the ` package.json ` version
1931934 . 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
1951956 . Revert the ` package.json ` version to the original version
1961967 . Run ` npm version patch ` to tick the version and generate a git tag
1971978 . Run ` npm run github-release ` to create the github release entry
Original file line number Diff line number Diff line change 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 <hi@ionic.io> (http://ionic.io)" ,
You can’t perform that action at this time.
0 commit comments