Skip to content

Commit

Permalink
Chore: (release) add version 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2021-06-14)

### Chore

* adds stabilityDays to renovate ([3b262bc](3b262bc))
* fix json in renovate ([8ad7928](8ad7928))
* fixes npm  audit ([c3beccd](c3beccd))
* integrate fossa ([b65e961](b65e961))
* integrate node-package-tester ([9d53bf3](9d53bf3))
* Lock file maintenance ([3291a21](3291a21))
* Lock file maintenance ([817034a](817034a))
* removes unused devDependencies ([ddb100a](ddb100a))
* set YARGS_MIN_NODE_VERSION 10 ([9b6bef9](9b6bef9))
* Update dependency eslint-plugin-unicorn to v33 ([c8638b0](c8638b0))
* Update dependency eslint-plugin-unicorn to v33 ([bfa00ff](bfa00ff))
* Update dependency glob-parent to 5.1.2 [SECURITY] ([c957512](c957512))
* Update dependency mocha to v9 ([93b7a17](93b7a17))

### Fix

* set babel target node version to 10 ([f736568](f736568))

### New

* adds 'spawn' to ignore ([f07fb58](f07fb58))
  • Loading branch information
semantic-release-bot committed Jun 14, 2021
1 parent fee661f commit de5be9d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [1.5.0](https://github.com/pustovitDmytro/eslint-plugin-censor/compare/v1.4.1...v1.5.0) (2021-06-14)


### Chore

* adds stabilityDays to renovate ([3b262bc](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/3b262bcefc6db318d2a7d9103f9f5f42315202d5))
* fix json in renovate ([8ad7928](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/8ad792825b2703e3159b65faf722eb43a1d9d421))
* fixes npm audit ([c3beccd](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/c3beccdf1926d72dcf9b13cd153e37916f1a8d13))
* integrate fossa ([b65e961](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/b65e961a5ae500b1b5fd12fce3436e71c1518e35))
* integrate node-package-tester ([9d53bf3](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/9d53bf30d295368e7f1e925c18b00e48cc16014e))
* Lock file maintenance ([3291a21](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/3291a2144ee143dc327f6fb4a8b82e62e07b1c1f))
* Lock file maintenance ([817034a](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/817034a182e50fe9062043fde773f5e06da38949))
* removes unused devDependencies ([ddb100a](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/ddb100aa634ab2e1d2695de73d9aeb4a7795ccce))
* set YARGS_MIN_NODE_VERSION 10 ([9b6bef9](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/9b6bef9d89f8f0c958ee1fe60f20475dd20c8276))
* Update dependency eslint-plugin-unicorn to v33 ([c8638b0](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/c8638b0d08ad59a93fa646bab4d1213b193c930b))
* Update dependency eslint-plugin-unicorn to v33 ([bfa00ff](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/bfa00ff354dfb9ffe717e9a36f7a938d44b32611))
* Update dependency glob-parent to 5.1.2 [SECURITY] ([c957512](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/c957512cf496d9b99e2278b44b6bb9da545f57a8))
* Update dependency mocha to v9 ([93b7a17](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/93b7a1783ea97a7bcd94d570ef33b61314c93746))

### Fix

* set babel target node version to 10 ([f736568](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/f73656838a20d11da6680579cfccc24a9f4a1201))

### New

* adds 'spawn' to ignore ([f07fb58](https://github.com/pustovitDmytro/eslint-plugin-censor/commit/f07fb582f0e4395e349c1f69480e42782ee0ae32))

## [1.4.1](https://github.com/pustovitDmytro/eslint-plugin-censor/compare/v1.4.0...v1.4.1) (2021-05-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-censor",
"version": "1.4.1",
"version": "1.5.0",
"description": "The plugin will prevent you from using swear pejoratives and abuse words ",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit de5be9d

Please sign in to comment.