Skip to content

Commit e7a237f

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.1.0...v2.0.0) (2023-10-28) ### ⚠ BREAKING CHANGES * Drop Node.js < 16 support closes #22 ### Features * support esm and cjs both ([#23](#23)) ([8f9308f](8f9308f))
1 parent 8f9308f commit e7a237f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/node-modules/urlencode/compare/v1.1.0...v2.0.0) (2023-10-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node.js < 16 support
9+
10+
closes https://github.com/node-modules/urlencode/issues/22
11+
12+
### Features
13+
14+
* support esm and cjs both ([#23](https://github.com/node-modules/urlencode/issues/23)) ([8f9308f](https://github.com/node-modules/urlencode/commit/8f9308fc830a2ba380343c8bce154aae3f3551f0))
115

216
1.1.0 / 2015-08-14
317
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urlencode",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "encodeURIComponent with charset",
55
"scripts": {
66
"test": "egg-bin test",

0 commit comments

Comments
 (0)