Skip to content

Commit 7835235

Browse files
version bump 2.1.2 -> 2.1.3
1 parent d0225e2 commit 7835235

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

app/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "2.1.2";
1+
export const version = "2.1.3";

changelog.d/509.fixed.md

-1
This file was deleted.

changelog.d/510.misc.md

-1
This file was deleted.

changelog.d/513.fixed.md

-1
This file was deleted.

changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- towncrier release notes start -->
88

9+
## [2.1.3] - 2023-01-30
10+
11+
12+
### Fixed
13+
14+
- Wrong breadcrumb path when openening document/folder [issue#509](https://github.com/ciur/papermerge/issues/509)
15+
- Empty page (no save button, no form controls) when adding new user/group [issue#513](https://github.com/ciur/papermerge/issues/513)
16+
17+
18+
### Misc
19+
20+
- Upgrade to Ember 4.9 [issue#510](https://github.com/ciur/papermerge/issues/510)
21+
22+
923
## [2.1.2] - 2023-01-01
1024

1125

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papermerge",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"private": false,
55
"description": "Papermerge DMS frontend",
66
"repository": "https://github.com/papermerge/papermerge.js",

0 commit comments

Comments
 (0)