chore(release): 0.1.1

This commit is contained in:
Spencer Brower
2023-05-25 16:43:28 -04:00
parent a07d4188af
commit d0dbb021f5
3 changed files with 1205 additions and 2 deletions

19
CHANGELOG.md Normal file
View File

@@ -0,0 +1,19 @@
# Changelog
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.1 (2023-05-25)
### Features
* Added docs. ([0f0f9b6](https://github.com/sbrow/strings/commit/0f0f9b6d5af4d0038d331e7b1ebc0cd5dd4b7abd))
* 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))

View File

@@ -1,6 +1,6 @@
{
"name": "@sbrow/strings",
"version": "0.1.0",
"version": "0.1.1",
"description": "Library for string manipulation",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
@@ -17,6 +17,7 @@
"@types/ramda": "^0.29.1",
"fast-check": "^3.9.0",
"ramda": "^0.29.0",
"standard-version": "^9.5.0",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.0.4",

1185
yarn.lock

File diff suppressed because it is too large Load Diff