Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](2.0.0...3.0.0) (2023-09-07)

### ⚠ BREAKING CHANGES

* Node.js v14 and v16 are no longer supported.

### Features

* drop Node.js v14 and v16 ([186de9e](186de9e))
  • Loading branch information
semantic-release-bot committed Sep 7, 2023
1 parent 186de9e commit 79aea41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/kenany/primality/compare/2.0.0...3.0.0) (2023-09-07)


### ⚠ BREAKING CHANGES

* Node.js v14 and v16 are no longer supported.

### Features

* drop Node.js v14 and v16 ([186de9e](https://github.com/kenany/primality/commit/186de9e27a546100a369b1eb06b9c15f443ffd07))

## [2.0.0](https://github.com/kenany/primality/compare/1.6.1...2.0.0) (2023-04-22)


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": "primality",
"version": "2.0.0",
"version": "3.0.0",
"description": "A JavaScript library for prime numbers.",
"keywords": [
"browser",
Expand Down

0 comments on commit 79aea41

Please sign in to comment.