From 5e8084a16995e9ad848306b757b7091ce2e5c460 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Tue, 30 May 2023 16:11:59 -0400 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c8d6f..6f2fe37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.2 (2023-05-30) + + +### Features + +* Added docs. ([0f0f9b6](https://github.com/sbrow/strings/commit/0f0f9b6d5af4d0038d331e7b1ebc0cd5dd4b7abd)) +* Added functions for shortening strings. ([2f1c4c7](https://github.com/sbrow/strings/commit/2f1c4c70ca84463b9f15ae37e27e061cf28d8df3)) +* Added more functions. ([2952a1c](https://github.com/sbrow/strings/commit/2952a1cfefd07789d9f45e98553a555654e9ab82)) +* Added more functions. ([a07d418](https://github.com/sbrow/strings/commit/a07d4188af2ce081a9d39718aaac3a59fe412e41)) +* First commit. ([3f018ac](https://github.com/sbrow/strings/commit/3f018acd2c91962d5bbf62ff441ba206b8cf4cac)) + + +### Bug Fixes + +* Fixed nix build. ([3a791a2](https://github.com/sbrow/strings/commit/3a791a2fd5bdd9c129ef4e3fc75cdbb1718242d4)) +* Updated docs. ([c19e7c3](https://github.com/sbrow/strings/commit/c19e7c3a179854b2aa864b20b0b28cb20fcd1928)) +* Updated some things. ([840a73a](https://github.com/sbrow/strings/commit/840a73a4e3a6ee23adf6caa3a39adff3dd67f50b)) + ### 0.1.1 (2023-05-25) diff --git a/package.json b/package.json index a49cfc5..efafbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbrow/strings", - "version": "0.1.1", + "version": "0.1.2", "description": "Library for string manipulation", "main": "./lib/index.js", "types": "./lib/index.d.ts",