Skip to content

Commit 0ace43e

Browse files
committed
Prepare 1.0.0
1 parent c58eb3a commit 0ace43e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
4+
5+
## [1.0.0] - 2021-04-25
6+
7+
### Changed
8+
9+
- **Breaking:** drop node 8 ([Level/community#98](https://github.com/Level/community/issues/98)) ([`1f37a03`](https://github.com/Level/compose/commit/1f37a03)) (Vincent Weevers)
10+
- **Breaking:** modernize syntax ([Level/community#98](https://github.com/Level/community/issues/98)) ([`32c5d60`](https://github.com/Level/compose/commit/32c5d60)) (Vincent Weevers)
11+
312
## [0.0.2] - 2019-05-26
413

514
### Fixed
@@ -10,6 +19,8 @@
1019

1120
:seedling: Initial release.
1221

22+
[1.0.0]: https://github.com/Level/compose/compare/v0.0.2...v1.0.0
23+
1324
[0.0.2]: https://github.com/Level/compose/compare/v0.0.1...v0.0.2
1425

1526
[0.0.1]: https://github.com/Level/compose/compare/v0.0.0...v0.0.1

Diff for: UPGRADING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md).
44

5-
_No releases yet._
5+
## 1.0.0
6+
7+
This release drops support of Node.js 8 ([Level/community#98](https://github.com/Level/community/issues/98)).

0 commit comments

Comments
 (0)