chore(release): 0.1.5

This commit is contained in:
Spencer Brower
2023-06-20 17:04:59 -04:00
parent 1485791367
commit 72691b6f65
2 changed files with 8 additions and 1 deletions

View File

@@ -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.
### [0.1.5](https://github.com/sbrow/strings/compare/v0.1.4...v0.1.5) (2023-06-20)
### Features
* Added words and sentences. ([1485791](https://github.com/sbrow/strings/commit/1485791367e68286b48a4fb3d34d42dcaac1e6f5))
### [0.1.4](https://github.com/sbrow/strings/compare/v0.1.3...v0.1.4) (2023-06-15)

View File

@@ -1,6 +1,6 @@
{
"name": "@sbrow/strings",
"version": "0.1.4",
"version": "0.1.5",
"description": "Library for string manipulation",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",