Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Jun 26, 2019
1 parent e554268 commit aba7889
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aba7889

Please sign in to comment.