Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 17, 2023
1 parent 224b085 commit 078d5ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 078d5ab

Please sign in to comment.