Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.0...1.2.0) (2020-04-22)

### Bug Fixes

* fixed Jest plugin, eslint plugin, camelCase ([5dea644](5dea644))

### Features

* add typescript rules ([21e6914](21e6914))
* added jest module ([1828f0b](1828f0b))
  • Loading branch information
semantic-release-bot committed Apr 22, 2020
1 parent 939c9be commit 8103042
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/foundersclubsoftware/eslint-shareable-web/compare/1.1.0...1.2.0) (2020-04-22)


### Bug Fixes

* fixed Jest plugin, eslint plugin, camelCase ([5dea644](https://github.com/foundersclubsoftware/eslint-shareable-web/commit/5dea644f8a096fd0f702a5c7fdb8d3634c23588f))


### Features

* add typescript rules ([21e6914](https://github.com/foundersclubsoftware/eslint-shareable-web/commit/21e6914518b041352ddafc77517a2473a6de3123))
* added jest module ([1828f0b](https://github.com/foundersclubsoftware/eslint-shareable-web/commit/1828f0b2ca55ed886f5b410eacbd3595af787b16))

# [1.1.0](https://github.com/foundersclubsoftware/eslint-shareable-web/compare/1.0.0...1.1.0) (2020-04-07)


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": "@foundersclubsoftware/eslint-config-web",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sharable eslint config file we use on the web team",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8103042

Please sign in to comment.