Skip to content

Commit

Permalink
v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuller committed Mar 29, 2022
1 parent 69a6236 commit 3c13c38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.5.6](https://github.com/zeitport/eslint-plugin-json-es/compare/v1.5.5...v1.5.6)

- Fix: Comments in JSON (closes #35) [`#35`](https://github.com/zeitport/eslint-plugin-json-es/issues/35)
- Create CODE_OF_CONDUCT.md [`4564a7f`](https://github.com/zeitport/eslint-plugin-json-es/commit/4564a7f7b24bd2ebed6b75baf0c921f76f4dc110)
- Bump minimist from 1.2.5 to 1.2.6 [`3ffbff2`](https://github.com/zeitport/eslint-plugin-json-es/commit/3ffbff2f0b4463f377e17059ff6dd1deb504f8bf)
- Create SECURITY.md [`dab28cf`](https://github.com/zeitport/eslint-plugin-json-es/commit/dab28cf3f03af93b2dfa5c28f8bb89b516bbc0a6)

#### [v1.5.5](https://github.com/zeitport/eslint-plugin-json-es/compare/v1.5.4...v1.5.5)

> 11 March 2022
- Upgrade: Bump dependencies [`b41ad44`](https://github.com/zeitport/eslint-plugin-json-es/commit/b41ad4497b26a75605efdb71847154eee54f793a)
- Bump node-fetch from 2.6.1 to 2.6.7 [`ebd40d1`](https://github.com/zeitport/eslint-plugin-json-es/commit/ebd40d1cedd0b2df15586c817600cf5bac8aec9e)
- Upgrade: v1.5.5 [`1f9c686`](https://github.com/zeitport/eslint-plugin-json-es/commit/1f9c686de8419de28dbfd30920cf068aaa753d5c)
- Docs: Add download badge [`02fa51f`](https://github.com/zeitport/eslint-plugin-json-es/commit/02fa51f06ca9de080a1a7cd6daf4348471748a8c)

#### [v1.5.4](https://github.com/zeitport/eslint-plugin-json-es/compare/v1.5.3...v1.5.4)
Expand Down
4 changes: 2 additions & 2 deletions 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": "eslint-plugin-json-es",
"version": "1.5.5",
"version": "1.5.6",
"description": "A JSON parser for ESLint.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3c13c38

Please sign in to comment.