From aba7889a423431211613d2b305fc9588ef02ee07 Mon Sep 17 00:00:00 2001 From: Cahil Foley Date: Wed, 26 Jun 2019 17:12:50 +0800 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9da715..9f5a19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [2.0.1](https://github.com/cahilfoley/utils/compare/v2.0.0...v2.0.1) (2019-06-26) + +### Bug Fixes + +- **validation:** remove potential regex crash ([1191997](https://github.com/cahilfoley/utils/commit/1191997)) + +### Build System + +- **ci:** Travis CI Build Improvements ([#48](https://github.com/cahilfoley/utils/issues/48)) ([92d42e7](https://github.com/cahilfoley/utils/commit/92d42e7)) + +### Tests + +- **validation:** add catastrophic backtracking test case ([ed7f11e](https://github.com/cahilfoley/utils/commit/ed7f11e)) + ## [2.0.0](https://github.com/cahilfoley/utils/compare/v1.3.1...v2.0.0) (2019-05-26) ### Build System diff --git a/package-lock.json b/package-lock.json index 9dc0db5..a263a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cahil/utils", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee90a0e..a15c09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cahil/utils", - "version": "2.0.0", + "version": "2.0.1", "description": "Various utility functions that might come in handy when building things in JavaScript", "browser": "index.amd.js", "main": "index.js",