Skip to content

Commit

Permalink
Merge pull request #490 from nextcloud/chore/prepare-v-2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 14, 2023
2 parents 95670ee + 1a59d97 commit eefe0fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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

## 2.1.2 – 2023-06-13

[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.1...v2.1.2)

### Fixed
- Do not export the declaration of `window.OC` to prevent typing clashes with applications

## 2.1.1 – 2023-04-21

[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.0...v2.1.1)
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
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/router",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit eefe0fa

Please sign in to comment.