Skip to content

Commit

Permalink
Merge pull request #181 from nextcloud-libraries/chore/prepare-release
Browse files Browse the repository at this point in the history
chore: Prepare 2.2.0 release
  • Loading branch information
ChristophWurst authored Mar 26, 2024
2 parents f0329f6 + 32ec4d7 commit 2a7ad7b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## 2.2.0 - 2024-03-26
### Added
* feat: Add option to set a Nextcloud target version or parse the appinfo \([\#164](https://github.com/nextcloud-libraries/eslint-plugin/pull/164)\)
* feat: Add removed API from 28 and 29 \([\#180](https://github.com/nextcloud-libraries/eslint-plugin/pull/180)\)

### Fixed
* Fix dependencies - `jest` is only a development dependency \([\#173](https://github.com/nextcloud-libraries/eslint-plugin/pull/173)\)

### Changed
- Dependency updates
- Node version updates to LTS (Node 20 and NPM 10)

## 2.1.0 - 2023-08-03
### Added
- Nextcloud 20 removal of `OCA.Search` \([\#165](https://github.com/nextcloud-libraries/eslint-plugin/pull/165)\)
Expand Down
6 changes: 3 additions & 3 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": "@nextcloud/eslint-plugin",
"version": "2.1.0",
"version": "2.2.0",
"license": "ISC",
"description": "Nextcloud lint plugin for ESLint",
"keywords": [
Expand Down

0 comments on commit 2a7ad7b

Please sign in to comment.