From 72691b6f6553185a8af5d2244aa771f3f7f54e15 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Tue, 20 Jun 2023 17:04:59 -0400 Subject: [PATCH] chore(release): 0.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6759ba2..83974a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2b929b2..31aa2e2 100644 --- a/package.json +++ b/package.json @@ -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",