Skip to content

Commit 8556746

Browse files
committed
chore: release 6.0.0
1 parent c22e944 commit 8556746

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [6.0.0](https://www.github.com/cheminfo/eslint-config/compare/v5.6.0...v6.0.0) (2021-10-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* 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.
9+
10+
### Features
11+
12+
* only support globals shared between node and browsers by default ([79581cd](https://www.github.com/cheminfo/eslint-config/commit/79581cd8a7872d22e4103afa569cef06f8495a68))
13+
14+
15+
### Bug Fixes
16+
17+
* update dependencies ([c22e944](https://www.github.com/cheminfo/eslint-config/commit/c22e944c753679d2f340f9ab9dba4efba1664acd))
18+
319
## [5.6.0](https://www.github.com/cheminfo/eslint-config/compare/v5.5.0...v5.6.0) (2021-10-11)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-cheminfo",
3-
"version": "5.6.0",
3+
"version": "6.0.0",
44
"description": "Shared ESLint config for cheminfo and ml.js projects",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)