We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc958 commit 64bd8cdCopy full SHA for 64bd8cd
changelog.md
@@ -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
+
4
v2.1.0 - August 24, 2021
5
6
- Fixed an issue where the offset provided to the replace function was not truly global and unique
package.json
@@ -1,6 +1,6 @@
{
"name": "string-replace-to-array",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.",
"main": "string-replace-to-array.js",
"repository": {
0 commit comments