Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.0.0](v12.1.0...v13.0.0) (2022-06-09)

### chore

* Update dependencies ([645afaa](645afaa))

* Drop CommonJS support ([2227583](2227583))
* Drop official Node v12 support ([97381ac](97381ac))
* Remove deprecated cache feature ([512d749](512d749))

### BREAKING CHANGES

* Dropped CommonJS support. This module is now published as an ES Module. There will be no CJS build anymore.
* Dropped official Node v12 support. It may still work, though.
* The cache plugin has been removed. It has been deprecated for quite some time now and will be discontinued.
* These updates include breaking changes of upstream dependencies. There's a low risk of a breaking change in one of these.
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent 2cdab9d commit 16f05de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [13.0.0](https://github.com/peerigon/clockodo/compare/v12.1.0...v13.0.0) (2022-06-09)


### chore

* Update dependencies ([645afaa](https://github.com/peerigon/clockodo/commit/645afaa2b39d26c3301998d735e483f64d067fed))


* Drop CommonJS support ([2227583](https://github.com/peerigon/clockodo/commit/22275837c3c0468df1c8ca240c717236d4e3c5ce))
* Drop official Node v12 support ([97381ac](https://github.com/peerigon/clockodo/commit/97381acb7bca025efa28e95eb970b6e37103654f))
* Remove deprecated cache feature ([512d749](https://github.com/peerigon/clockodo/commit/512d749288ef062c546677dcf317d51b00d12bb7))


### BREAKING CHANGES

* Dropped CommonJS support. This module is now published as an ES Module. There will be no CJS build anymore.
* Dropped official Node v12 support. It may still work, though.
* The cache plugin has been removed. It has been deprecated for quite some time now and will be discontinued.
* These updates include breaking changes of upstream dependencies. There's a low risk of a breaking change in one of these.

# [13.0.0-beta.1](https://github.com/peerigon/clockodo/compare/v12.1.0...v13.0.0-beta.1) (2022-06-08)


Expand Down

0 comments on commit 16f05de

Please sign in to comment.