Skip to content

Commit 4c0b7a9

Browse files
v2.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent b8fb765 commit 4c0b7a9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

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

5-
## 2.0.0 - 20YY-MM-DD
5+
## 2.0.0 - 2021-04-07
66
### Changed
77
- generateOcsUrl can now replace routing parameters like generateUrl
88
- generateOcsUrl no longer contains a trailing slash unless given in the URL
9+
- Browserslist config updated, which means some older browsers are no longer supported
10+
- Dependency updates
911

1012
## 1.2.0 - 2020-08-20
1113
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/router",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)