Skip to content

Commit

Permalink
Merge pull request #250 from nextcloud-libraries/chore/prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Feb 23, 2024
2 parents f11daed + 9fe5a18 commit bbe896a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 1.8.0 - 2024-02-23
### Added
* enh: Add typings for Nextcloud 28
* enh: Provide `@nextcloud/typings/ocs` for `OCSResult` type

### Fixed
* fix: Remove unused travis and renovate config
* fix: Adjust `OCP.Files` types for `Navigation` and `Router`
* fix: Use correct exported name `/ocs` instead of `/types`

### Changes
* chore: update node engines to next LTS (Node 20 + NPM 10)
* Dependency updates

## 1.7.0 - 2023-06-13
### Added
- Added typings for `OC.Util` (all versions)
Expand Down
4 changes: 2 additions & 2 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/typings",
"version": "1.7.0",
"version": "1.8.0",
"description": "Nextcloud TypeScript typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit bbe896a

Please sign in to comment.