Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Sep 11, 2020
1 parent 0c109c3 commit 37845fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [5.0.0](https://github.com/pangolinjs/eslint-config/compare/v4.0.2...v5.0.0) (2020-09-11)


### ⚠ BREAKING CHANGES

* The config no longer sets `babel-eslint` as the default parser. The consumer themselves should decide which parser will be used (or if at all). Switch to `@babel/eslint-parser` which replaces the now deprecated `babel-eslint`.

### Features

* Remove Babel parser ([366763c](https://github.com/pangolinjs/eslint-config/commit/366763ceb81e24abd2141c4734c2d6f6cfc73212))

### [4.0.2](https://github.com/pangolinjs/eslint-config/compare/v4.0.1...v4.0.2) (2020-09-01)

### [4.0.1](https://github.com/pangolinjs/eslint-config/compare/v4.0.0...v4.0.1) (2020-07-08)
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": "@pangolinjs/eslint-config",
"version": "4.0.2",
"version": "5.0.0",
"description": "Shareable ESLint config for Pangolin.js",
"license": "Hippocratic-2.1",
"homepage": "https://github.com/pangolinjs/eslint-config",
Expand Down

0 comments on commit 37845fe

Please sign in to comment.