mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
chore(release): 0.1.3
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [0.1.3](https://github.com/sbrow/strings/compare/v0.1.2...v0.1.3) (2023-06-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* beforeFirst now returns the input when needle is not present. ([ba96560](https://github.com/sbrow/strings/commit/ba9656059ba14887202463d02a6bca9edb3203a4))
|
||||||
|
|
||||||
### 0.1.2 (2023-05-30)
|
### 0.1.2 (2023-05-30)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sbrow/strings",
|
"name": "@sbrow/strings",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Library for string manipulation",
|
"description": "Library for string manipulation",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user