Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.3.0...2.0.0) (2022-08-22)

### Bug Fixes

* avoid crashing on invalid front matter in watch mode ([3d38dd6](3d38dd6))
* devblogs as tracked domain ([626aeba](626aeba))

### Features

* add --extra option ([2506cfd](2506cfd))
* update packages and migrate to ESM ([21c64ba](21c64ba))

### BREAKING CHANGES

* - Package is now ESM-only
- Requires Node 14+
  • Loading branch information
semantic-release-bot authored and sinedied committed Aug 22, 2022
1 parent c10bbf7 commit c66a315
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/sinedied/cxa-track/compare/1.3.0...2.0.0) (2022-08-22)


### Bug Fixes

* avoid crashing on invalid front matter in watch mode ([3d38dd6](https://github.com/sinedied/cxa-track/commit/3d38dd6fb13d561952879bd6173802f653c810ad))
* devblogs as tracked domain ([626aeba](https://github.com/sinedied/cxa-track/commit/626aeba2cc61cec9db705858ce2fbfb61c9145a0))


### Features

* add --extra option ([2506cfd](https://github.com/sinedied/cxa-track/commit/2506cfd4003bad3f35d7c3f3b4b73f23f0f40891))
* update packages and migrate to ESM ([21c64ba](https://github.com/sinedied/cxa-track/commit/21c64ba9fc7a388d2720a0f45aac714275775c05))


### BREAKING CHANGES

* - Package is now ESM-only
- Requires Node 14+

# [1.3.0](https://github.com/sinedied/cxa-track/compare/1.2.0...1.3.0) (2021-06-11)


Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cxa-track",
"version": "1.3.0",
"version": "2.0.0",
"description": "Convenient CLI to quickly update CxA tracked links",
"type": "module",
"repository": {
Expand Down

0 comments on commit c66a315

Please sign in to comment.