From 078d5ab0ebddf84d33284e8f8894ec93d0325899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:09:07 +0200 Subject: [PATCH] chore(main): release 3.0.2 (#91) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188945f..baa3491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/meyfa/runstring/compare/v3.0.1...v3.0.2) (2023-09-17) + + +### Bug Fixes + +* Use `String.prototype.slice()` instead of deprecated `.substr()` ([#90](https://github.com/meyfa/runstring/issues/90)) ([fc128db](https://github.com/meyfa/runstring/commit/fc128db599a086d5787bec7183f734f25c03f51c)) + ## [3.0.1](https://github.com/meyfa/runstring/compare/v3.0.0...v3.0.1) (2023-07-23) diff --git a/package-lock.json b/package-lock.json index e15732e..352b387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runstring", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "runstring", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "devDependencies": { "@meyfa/eslint-config": "5.0.0", diff --git a/package.json b/package.json index c919d6f..ebda86f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runstring", - "version": "3.0.1", + "version": "3.0.2", "description": "Convert JS functions to runnable strings. With parameter serialization!", "type": "commonjs", "main": "dist/index.js",