From fd15af85cb14e241f38d6abbbdbd58e2ae5d9d8b Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Thu, 15 Jun 2023 13:43:48 -0400 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3854a5..6759ba2 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.4](https://github.com/sbrow/strings/compare/v0.1.3...v0.1.4) (2023-06-15) + + +### Bug Fixes + +* re-built code. ([f46b68c](https://github.com/sbrow/strings/commit/f46b68c709b16fb67ea6df56271276f31b05a7fd)) + ### [0.1.3](https://github.com/sbrow/strings/compare/v0.1.2...v0.1.3) (2023-06-15) diff --git a/package.json b/package.json index dcc3ea7..2b929b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbrow/strings", - "version": "0.1.3", + "version": "0.1.4", "description": "Library for string manipulation", "main": "./lib/index.js", "types": "./lib/index.d.ts",