Skip to content

Commit 5f5a223

Browse files
chore(release): 1.0.6 [skip ci]
## [1.0.6](v1.0.5...v1.0.6) (2021-06-04) ### Bug Fixes * **version:** try a different way to print to file ([8e5f281](8e5f281))
1 parent 8e5f281 commit 5f5a223

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Release Automated Changelog
22

3+
## [1.0.6](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.5...v1.0.6) (2021-06-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **version:** try a different way to print to file ([8e5f281](https://github.com/AlaskaAirlines/auro-skeleton/commit/8e5f2813dd56d366ccb39486c804687db9990cc0))
9+
310
## [1.0.5](https://github.com/AlaskaAirlines/auro-skeleton/compare/v1.0.4...v1.0.5) (2021-06-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"================================================================================"
99
],
1010
"name": "@aurolabs/auro-skeleton",
11-
"version": "1.0.5",
11+
"version": "1.0.6",
1212
"description": "auro-skeleton HTML custom element",
1313
"repository": {
1414
"type": "git",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default 1.0.5
1+
export default 1.0.6

0 commit comments

Comments
 (0)