This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree 3 files changed +21
-2
lines changed
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
+
1
20
<a name =" 0.0.44 " ></a >
2
21
## [ 0.0.44] ( https://github.com/driftyco/ionic-app-scripts/compare/v0.0.43...v0.0.44 ) (2016-11-15)
3
22
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Execute the following steps to publish a release:
191
191
2 . Run ` npm run test ` to validate the ` dist ` works
192
192
3 . Temporarily tick the ` package.json ` version
193
193
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
195
195
6 . Revert the ` package.json ` version to the original version
196
196
7 . Run ` npm version patch ` to tick the version and generate a git tag
197
197
8 . Run ` npm run github-release ` to create the github release entry
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ionic/app-scripts" ,
3
- "version" : " 0.0.45 " ,
3
+ "version" : " 0.0.44 " ,
4
4
"description" : " Scripts for Ionic Projects" ,
5
5
"homepage" : " http://ionicframework.com/" ,
6
6
"author" :
" Ionic Team <[email protected] > (http://ionic.io)" ,
You can’t perform that action at this time.
0 commit comments