Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 14, 2021
1 parent 4e655ff commit 454b894
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.0] - 2021-11-14

### Changed

- **Breaking:** use ESM and drop Node.js < 12.20 ([`a8eacb4`](https://github.com/vweevers/remark-common-changelog/commit/a8eacb4))
- Bump dependencies ([`c8c8352`](https://github.com/vweevers/remark-common-changelog/commit/c8c8352))

## [1.0.0] - 2021-11-14

_First stable release._
Expand Down Expand Up @@ -34,6 +41,8 @@ _First stable release._

_:seedling: Initial release._

[2.0.0]: https://github.com/vweevers/remark-common-changelog/releases/tag/v2.0.0

[1.0.0]: https://github.com/vweevers/remark-common-changelog/releases/tag/v1.0.0

[0.0.3]: https://github.com/vweevers/remark-common-changelog/releases/tag/v0.0.3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## Usage

_This package is ESM-only._

```js
import changelog from 'remark-common-changelog'
import vfile from 'to-vfile'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-common-changelog",
"version": "1.0.0",
"version": "2.0.0",
"description": "Lint or fix a changelog written in markdown, following Common Changelog.",
"license": "MIT",
"author": "Vincent Weevers",
Expand Down

0 comments on commit 454b894

Please sign in to comment.