Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Oct 28, 2023
1 parent 8f9308f commit e7a237f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

## [2.0.0](https://github.com/node-modules/urlencode/compare/v1.1.0...v2.0.0) (2023-10-28)


### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

closes https://github.com/node-modules/urlencode/issues/22

### Features

* support esm and cjs both ([#23](https://github.com/node-modules/urlencode/issues/23)) ([8f9308f](https://github.com/node-modules/urlencode/commit/8f9308fc830a2ba380343c8bce154aae3f3551f0))

1.1.0 / 2015-08-14
==================
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": "urlencode",
"version": "1.1.0",
"version": "2.0.0",
"description": "encodeURIComponent with charset",
"scripts": {
"test": "egg-bin test",
Expand Down

0 comments on commit e7a237f

Please sign in to comment.