Skip to content

Commit

Permalink
chore: release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Oct 12, 2021
1 parent a0682cb commit dbcd1ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [6.0.0](https://www.github.com/cheminfo/eslint-config/compare/v5.6.0...v6.0.0) (2021-10-12)


### ⚠ BREAKING CHANGES

* By default, only globals shared between Node.js and browsers are enabled (except in Jest tests). To support Node.js globals everywhere as before, add `env: { node: true }` to your config.

### Features

* only support globals shared between node and browsers by default ([79581cd](https://www.github.com/cheminfo/eslint-config/commit/79581cd8a7872d22e4103afa569cef06f8495a68))


### Bug Fixes

* mark eslint plugins as peer dependencies ([a0682cb](https://www.github.com/cheminfo/eslint-config/commit/a0682cba1dd34d3fd35615f30ec2e5d420fd1589))
* update dependencies ([c22e944](https://www.github.com/cheminfo/eslint-config/commit/c22e944c753679d2f340f9ab9dba4efba1664acd))

## [5.6.0](https://www.github.com/cheminfo/eslint-config/compare/v5.5.0...v5.6.0) (2021-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-cheminfo",
"version": "5.6.0",
"version": "6.0.0",
"description": "Shared ESLint config for cheminfo and ml.js projects",
"main": "index.js",
"files": [
Expand Down

0 comments on commit dbcd1ca

Please sign in to comment.