Skip to content

Commit 88a4cdc

Browse files
version bump 2.1.1 -> 2.1.2
1 parent ac11570 commit 88a4cdc

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

app/version.js

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

changelog.d/487.fixed.md

-1
This file was deleted.

changelog.d/501.removed.md

-1
This file was deleted.

changelog.md

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

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

9+
## [2.1.2] - 2023-01-01
10+
11+
12+
### Removed
13+
14+
- Adjust frontend to the backend which now runs without mptt [issue#501](https://github.com/ciur/papermerge/issues/501)
15+
16+
17+
### Fixed
18+
19+
- Pagination should show correct current page [issue#487](https://github.com/ciur/papermerge/issues/487)
20+
21+
922
## [2.1.1] - 2022-12-24
1023

1124

package.json

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

0 commit comments

Comments
 (0)