We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bae38 commit 59bdceeCopy full SHA for 59bdcee
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog for osjs-client
2
3
+## 3.0.63
4
+
5
+* Add support for static metadata
6
+* Fix base url when ending with filename (fixes #71)
7
8
## 3.0.62
9
10
* Window parent will now focus on destruction even if not modal
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/client",
- "version": "3.0.62",
+ "version": "3.0.63",
"description": "OS.js v3 client",
"main": "dist/main.js",
"style": "dist/main.css",
0 commit comments