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

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