Skip to content

Commit e95dc89

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.6.1...2.0.0) (2023-04-22) ### ⚠ BREAKING CHANGES * This is now a pure ESM package. Additionally, support for bower and component has been dropped. * Node.js <14.14.0 is no longer supported. ### Features * overhaul for ESM ([c81fbae](c81fbae)) * require at least Node.js v14.14.0 ([09283a5](09283a5)) ### Bug Fixes * **deps:** lodash.isfinite@2.4.1 ([fb7712e](fb7712e)) * update copyright year ([138b7b2](138b7b2))
1 parent b085c0c commit e95dc89

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## [2.0.0](https://github.com/kenany/primality/compare/1.6.1...2.0.0) (2023-04-22)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This is now a pure ESM package. Additionally, support
7+
for bower and component has been dropped.
8+
* Node.js <14.14.0 is no longer supported.
9+
10+
### Features
11+
12+
* overhaul for ESM ([c81fbae](https://github.com/kenany/primality/commit/c81fbae36946665d5a01771adb40d6373d2b43c7))
13+
* require at least Node.js v14.14.0 ([09283a5](https://github.com/kenany/primality/commit/09283a5cbd4def0c600618362cdb76d8b10f716c))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** lodash.isfinite@2.4.1 ([fb7712e](https://github.com/kenany/primality/commit/fb7712eab502abc1c27aea28b0cf8fc815d7c0f4))
19+
* update copyright year ([138b7b2](https://github.com/kenany/primality/commit/138b7b24e0d0a2519b0931b18a63e5176055564f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primality",
3-
"version": "1.6.1",
3+
"version": "2.0.0",
44
"description": "A JavaScript library for prime numbers.",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)