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

Commit 8b2f632

Browse files
committed
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.4.0...v1.0.0) (2019-07-17) ### Features * Set ES6 as target and require Node >= 10.9 ([#105](#105)) ([1c1b214](1c1b214)) ### BREAKING CHANGES * Node.js >= 10.9 is required.
1 parent 1c1b214 commit 8b2f632

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.0.0](https://github.com/ffflorian/crates-updater/compare/v0.4.0...v1.0.0) (2019-07-17)
2+
3+
### Features
4+
5+
- Set ES6 as target and require Node >= 10.9 ([#105](https://github.com/ffflorian/crates-updater/issues/105)) ([1c1b214](https://github.com/ffflorian/crates-updater/commit/1c1b214))
6+
7+
### BREAKING CHANGES
8+
9+
- Node.js >= 10.9 is required.
10+
111
# [0.4.0](https://github.com/ffflorian/crates-updater/compare/v0.3.0...v0.4.0) (2019-05-27)
212

313
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@
7272
"release": "semantic-release",
7373
"test": "exit 0"
7474
},
75-
"version": "0.4.0"
75+
"version": "1.0.0"
7676
}

0 commit comments

Comments
 (0)