Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit 6ee7fbf

Browse files
committed
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2019-08-17) ### Features * Quiet mode, simple functions ([#123](#123)) ([9e075d8](9e075d8))
1 parent 9e075d8 commit 6ee7fbf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.1.0](https://github.com/ffflorian/crates-updater/compare/v1.0.0...v1.1.0) (2019-08-17)
2+
3+
### Features
4+
5+
- Quiet mode, simple functions ([#123](https://github.com/ffflorian/crates-updater/issues/123)) ([9e075d8](https://github.com/ffflorian/crates-updater/commit/9e075d8))
6+
17
# [1.0.0](https://github.com/ffflorian/crates-updater/compare/v0.4.0...v1.0.0) (2019-07-17)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"start": "ts-node src/cli.ts",
7575
"test": "exit 0"
7676
},
77-
"version": "1.0.0"
77+
"version": "1.1.0"
7878
}

0 commit comments

Comments
 (0)