From 4d20a72eb85512555cc55f9d625639259a041fec Mon Sep 17 00:00:00 2001 From: wessberg Date: Tue, 15 Oct 2019 21:00:47 +0200 Subject: [PATCH] 1.0.19 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e61fa91..04b0b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.19](https://github.com/wessberg/stringutil/compare/v1.0.18...v1.0.19) (2019-10-15) + ## [1.0.18](https://github.com/wessberg/stringutil/compare/v1.0.17...v1.0.18) (2018-10-18) ### Features diff --git a/package.json b/package.json index 191a44a..0a8452c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/stringutil", - "version": "1.0.18", + "version": "1.0.19", "description": "A collection of helper functions for working with strings", "repository": { "type": "git",