Skip to content

Commit

Permalink
Merge pull request #572 from nextcloud-libraries/fix/typo
Browse files Browse the repository at this point in the history
fix typo in changelog
  • Loading branch information
susnux authored Feb 1, 2024
2 parents 41d123f + 665f8f0 commit 6bee469
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.0.0 - 2023-02-01
## 3.0.0 - 2024-02-01
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.2.1...v3.0.0)

### Enhancements
Expand All @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.


## 2.2.1 - 2024-01-24
[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.2.0...v2.2.1)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.2.0...v2.2.1)

### Fixed
* fix: Do not rely on `OC.webroots` or `OC.appwebroots` but use own logic by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/560
Expand All @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file.
* chore: Update NPM version to 10 to align with version shipped by LTS Node 20 by @susnux in https://github.com/nextcloud-libraries/nextcloud-router/pull/559

## 2.2.0 - 2023-10-18
[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.2...v2.2.0)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.1.2...v2.2.0)

### What's Changed
* chore: update NC typings versions by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-router/pull/491
Expand All @@ -58,27 +58,27 @@ All notable changes to this project will be documented in this file.
* @raimund-schluessler made their first contribution in https://github.com/nextcloud-libraries/nextcloud-router/pull/503

## 2.1.2 – 2023-06-13
[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.1.1...v2.1.2)
[Full Changelog](https://github.com/nextcloud-libraries/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)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.1.0...v2.1.1)

### Fixed
- Moved @nextcloud/typings from dev to production dependency

## 2.1.0 – 2023-04-20

[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.0.1...v2.1.0)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.0.1...v2.1.0)

### Changed
- Dependency updates

## 2.0.1 - 2022-12-28

[Full Changelog](https://github.com/nextcloud/nextcloud-router/compare/v2.0.0...v2.0.1)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-router/compare/v2.0.0...v2.0.1)

### Fixed
- fix: fix window variable definition
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@nextcloud/router",
"version": "3.0.0",
"description": "",
"homepage": "https://github.com/nextcloud/nextcloud-router#readme",
"homepage": "https://github.com/nextcloud-libraries/nextcloud-router#readme",
"author": "Christoph Wurst",
"license": "GPL-3.0-or-later",
"keywords": [
"nextcloud"
],
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-router"
"url": "https://github.com/nextcloud-libraries/nextcloud-router"
},
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 6bee469

Please sign in to comment.