Skip to content

Commit 64bd8cd

Browse files
committed
Bumped the version
1 parent 95fc958 commit 64bd8cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v2.1.1 - May 31, 2024
2+
- @seeden Fixed the `sideEffects` key in `package.json` to be a boolean instead of a string
3+
14
v2.1.0 - August 24, 2021
25

36
- Fixed an issue where the offset provided to the replace function was not truly global and unique

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-replace-to-array",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.",
55
"main": "string-replace-to-array.js",
66
"repository": {

0 commit comments

Comments
 (0)