chore(release): 0.1.2

This commit is contained in:
Spencer Brower
2023-05-30 16:11:59 -04:00
parent 2f1c4c70ca
commit 5e8084a169
2 changed files with 19 additions and 1 deletions

View File

@@ -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)

View File

@@ -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",