Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Nov 16, 2019
1 parent 7b3e680 commit 17def6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.2.0](https://github.com/cahilfoley/utils/compare/v2.1.2...v2.2.0) (2019-11-16)

### Build System

- **deps:** bump eslint-utils from 1.3.1 to 1.4.2 ([#75](https://github.com/cahilfoley/utils/issues/75)) ([ea022e3](https://github.com/cahilfoley/utils/commit/ea022e3))

### Features

- **transforms:** add `toCamel` function to transform strings to camel case ([7b3e680](https://github.com/cahilfoley/utils/commit/7b3e680))

### [2.1.2](https://github.com/cahilfoley/utils/compare/v2.1.0...v2.1.2) (2019-07-17)

### 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.1.2",
"version": "2.2.0",
"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 17def6f

Please sign in to comment.