From d57febcceed81fccac4ab3e0f302d92c1f1b0e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 06:52:45 +0000 Subject: [PATCH] chore(main): release 17.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdcc457..559e9985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [17.0.0](https://github.com/voxpelli/eslint-config/compare/v16.0.7...v17.0.0) (2023-05-16) + + +### ⚠ BREAKING CHANGES + +* update dependency eslint-plugin-jsdoc to ^44.2.4 ([#189](https://github.com/voxpelli/eslint-config/issues/189)) +* update dependency eslint-plugin-n to v16 ([#193](https://github.com/voxpelli/eslint-config/issues/193)) + +### Features + +* update dependency eslint-plugin-n to v16 ([#193](https://github.com/voxpelli/eslint-config/issues/193)) ([daa0515](https://github.com/voxpelli/eslint-config/commit/daa05154b207b5667e8932583bb27825b61d82d1)) + + +### Miscellaneous Chores + +* update dependency eslint-plugin-jsdoc to ^44.2.4 ([#189](https://github.com/voxpelli/eslint-config/issues/189)) ([f0ac16c](https://github.com/voxpelli/eslint-config/commit/f0ac16ce17481dc17eb68d55f87fb14ca45a0e90)) + ## [16.0.7](https://github.com/voxpelli/eslint-config/compare/v16.0.6...v16.0.7) (2023-05-10) diff --git a/package-lock.json b/package-lock.json index 5eddbfa6..1c6e442f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "16.0.7", + "version": "17.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1e1d82e0..dbbbe33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "16.0.7", + "version": "17.0.0", "license": "MIT", "description": "My personal ESLint config. Based on semistandard", "author": "Pelle Wessman (https://kodfabrik.se/)",