Skip to content

Commit

Permalink
chore(release): 1.0.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.11](v1.0.10...v1.0.11) (2018-11-01)

### Bug Fixes

* move archive logic to verfiyRelease stage ([cdce3c1](cdce3c1))
  • Loading branch information
semantic-release-bot committed Nov 1, 2018
1 parent 585f123 commit 64d5e70
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.0.11](https://github.com/lokesh-coder/toppy/compare/v1.0.10...v1.0.11) (2018-11-01)


### Bug Fixes

* move archive logic to verfiyRelease stage ([cdce3c1](https://github.com/lokesh-coder/toppy/commit/cdce3c1))

## [1.0.10](https://github.com/lokesh-coder/toppy/compare/v1.0.9...v1.0.10) (2018-11-01)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/archived-versions.json
@@ -1 +1 @@
{"undefined":1541115139547}
{"undefined":1541115139547,"1.0.11":1541115874348}
2 changes: 1 addition & 1 deletion docs/environments/version.ts
@@ -1 +1 @@
export const TOPPY_VERSION='1.0.10'
export const TOPPY_VERSION='1.0.11'
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "toppy-app",
"version": "1.0.10",
"version": "1.0.11",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 64d5e70

Please sign in to comment.