Skip to content

Commit

Permalink
Merge pull request #260 from nextcloud-libraries/chore/prepare-1-9-0
Browse files Browse the repository at this point in the history
chore: Prepare 1.9.0
  • Loading branch information
susnux authored Jun 25, 2024
2 parents fd57975 + 1e55935 commit 76f339f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 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.

## 1.9.0 - 2024-06-25
### Added
* feat: Add type information for Nextcloud 29

### Fixed
* fix: Do not depend on vue or vue-router for the public interface of `OC.Files.Router`
* fix: Add types for missing `OC` constants

### Changed
* chore(deps-dev): Bump typescript to 5.5.2
* chore(deps-dev): Bump braces 3.0.3

## 1.8.0 - 2024-02-23
### Added
* enh: Add typings for Nextcloud 28
Expand Down
27 changes: 17 additions & 10 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.8.0",
"version": "1.9.0",
"description": "Nextcloud TypeScript typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 76f339f

Please sign in to comment.