Skip to content

Commit c3aa530

Browse files
authored
Merge pull request #351 from Aylie-Chou/2-feature-latest-tag-label
chore: bump version to v3.2.18-rc.2
2 parents 3b7f734 + 2dc6c4b commit c3aa530

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Changelog
22

3+
### 3.2.18-rc.2 (2023-02-13)
4+
5+
#### Notable Changes
6+
7+
- fix
8+
- `latest_order` label wording
9+
10+
#### Commits
11+
12+
- [[`123879e8d3`](https://github.com/twreporter/keystone-plate/commit/123879e8d3)] - **fix**: `latest\_order` label wording (Aylie Chou)
13+
314
### 3.2.18-rc.1 (2023-02-13)
415

516
#### Notable Changes
617

718
- fix
819
- show `latest_order` only when `latest_order` > 0 in tag page
920

10-
### Commits
21+
#### Commits
1122

1223
- [[`49797a5514`](https://github.com/twreporter/keystone-plate/commit/49797a5514)] - **fix**: latest\_order use built-in number type (Aylie Chou)
1324
- [[`1af7c97825`](https://github.com/twreporter/keystone-plate/commit/1af7c97825)] - **feat**: apply latest tag on tag.latest\_order field (Aylie Chou)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keystone-plate",
3-
"version": "3.2.18-rc.1",
3+
"version": "3.2.18-rc.2",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)