Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump minor to 7.2.0 for new development #126

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading