Skip to content

Commit 0f05574

Browse files
authored
Set NPM package version to next unreleased dev version 0.12.1-dev (#2269)
1 parent ace4e37 commit 0f05574

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,24 @@ Useful links:
1818
[releases]: https://github.com/google/docsy/releases
1919
[tags]: https://github.com/google/docsy/tags
2020

21-
## 0.12.0
21+
## 0.12.1 or 0.13.0
2222

2323
> **UNRELEASED: this planned version is still under development**
2424
25+
For the full list of changes, see the [0.x.y] release notes.
26+
27+
**Breaking changes**:
28+
29+
- ...
30+
31+
**New**:
32+
33+
**Other changes**:
34+
35+
[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
36+
37+
## 0.12.0
38+
2539
For the full list of changes, see the [0.12.0] release notes.
2640

2741
**Breaking changes**:
@@ -70,7 +84,7 @@ For the full list of changes, see the [0.12.0] release notes.
7084
- Adds a `comment` shortcode, as a drop-in replacement for the one removed from
7185
Hugo.
7286

73-
[0.12.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.12.0
87+
[0.12.0]: https://github.com/google/docsy/releases/v0.12.0
7488
[#1787]: https://github.com/google/docsy/issues/1787
7589
[#1788]: https://github.com/google/docsy/issues/1788
7690
[#2160]: https://github.com/google/docsy/pull/2160

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docsy",
3-
"version": "0.12.0",
4-
"version.next": "0.12.1-dev-unreleased",
3+
"version": "0.12.1-dev-unreleased",
4+
"version.next": "0.12.2-dev-unreleased",
55
"repository": "github:google/docsy",
66
"homepage": "https://www.docsy.dev",
77
"license": "Apache-2.0",

userguide/static/refcache.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,10 @@
11591159
"StatusCode": 200,
11601160
"LastSeen": "2024-11-06T12:03:46.627252-05:00"
11611161
},
1162+
"https://github.com/google/docsy/releases/v0.12.0": {
1163+
"StatusCode": 206,
1164+
"LastSeen": "2025-05-27T12:33:39.089373-04:00"
1165+
},
11621166
"https://github.com/google/docsy/releases/v0.2.0": {
11631167
"StatusCode": 200,
11641168
"LastSeen": "2024-11-06T12:09:37.689429-05:00"

0 commit comments

Comments
 (0)