Skip to content

Commit d6d3d9b

Browse files
committed
Version bump
1 parent cda2901 commit d6d3d9b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog for osjs-client
22

3+
## 3.8.0 - 2022-07-31
4+
5+
* VFS documentation typo
6+
* Fixed disabled VFS tests (#185)
7+
* Remove now defunct esdoc deploy
8+
* Update source code license comments
9+
* Update LICENSE
10+
* Core API kill application method (#183)
11+
* Support serialization of url query parameters (#182)
12+
* Add prefix to localStorage settings adapter (#159)
13+
* Fix typo in VFS utilities (#181)
14+
* Add support for labels in iconview (#179)
15+
* Remove matrix strategy from test CI
16+
* Add editorconfig
17+
* Lock jest version number in CI
18+
* Added more Translations and fixed a few spelling mistakes (#175)
19+
320
## 3.7.3 - 2021-04-02
421

522
* Fix audio volume typo (#173)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osjs/client",
3-
"version": "3.7.3",
3+
"version": "3.8.0",
44
"description": "OS.js client",
55
"main": "dist/main.js",
66
"style": "dist/main.css",

0 commit comments

Comments
 (0)