Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
researchgate-bot committed Sep 24, 2020
1 parent e0856da commit 79fc939
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/researchgate/spire/compare/v3.1.2...v3.2.0) (2020-09-24)


### Features

* **eslint6:** Add new plugin for eslint6 ([e0856da](https://github.com/researchgate/spire/commit/e0856dab1e4a58d9c0efb4c89011cac16a79ad56))





## [3.1.2](https://github.com/researchgate/spire/compare/v3.1.1...v3.1.2) (2020-09-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "3.1.2",
"version": "3.2.0",
"ignoreChanges": [
"**/*.md"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/researchgate/spire/compare/v3.1.2...v3.2.0) (2020-09-24)


### Features

* **eslint6:** Add new plugin for eslint6 ([e0856da](https://github.com/researchgate/spire/commit/e0856dab1e4a58d9c0efb4c89011cac16a79ad56))
2 changes: 1 addition & 1 deletion packages/spire-plugin-eslint6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint6",
"version": "3.1.0",
"version": "3.2.0",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down

0 comments on commit 79fc939

Please sign in to comment.