From 140bac6a07a04a619099cfa63240b8827c070f11 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 13 Mar 2024 16:28:32 -0400 Subject: [PATCH] bump minor to 7.2.0 for new development --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0a681..7c7af37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change history for eslint-config-stripes -## 7.1.0 IN PROGRESS +## 7.2.0 IN PROGRESS +## [7.1.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.1.0) (2024-03-13) +[Full Changelog](https://github.com/folio-org/eslint-config-stripes/compare/v7.0.0...v7.1.0) + +* Remove explicit typescript version. Refs ESCONF-38. * Update `@typescript-eslint` packages to `^6.21.0`. Refs ESCONF-40. ## [7.0.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.0.0) (2023-10-11) diff --git a/package.json b/package.json index 1efb736..6fd43a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/eslint-config-stripes", - "version": "7.1.0", + "version": "7.2.0", "description": "The shared eslint configuration for stripes applications and extensions", "main": "index.js", "repository": "https://github.com/folio-org/eslint-config-stripes",