From 0754e5740231869bb611146563ccce6c96ee4c0b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 11 Oct 2023 16:00:07 -0400 Subject: [PATCH] bump minor to 7.1 for new development (#121) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66d480..55510d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for eslint-config-stripes -## 7.0.0 IN PROGRESS +## 7.1.0 IN PROGRESS + +## [7.0.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.0.0) (2023-10-11) +[Full Changelog](https://github.com/folio-org/eslint-config-stripes/compare/v6.4.0...v7.0.0) * Unlock `webpack` from `~5.68.0`. Refs STCLI-222. * *BREAKING* Bump `@folio/stripes-webpack` to `5.0.0`. Refs ESCONF-32. diff --git a/package.json b/package.json index 667b307..c8e873e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/eslint-config-stripes", - "version": "7.0.0", + "version": "7.1.0", "description": "The shared eslint configuration for stripes applications and extensions", "main": "index.js", "repository": "https://github.com/folio-org/eslint-config-stripes",