Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set NPM package version to 0.9.2-dev #1870

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For the full list of changes, see the [0.x.y] release notes.

Patch release. For details, see [0.9.1].

[0.9.1]: https://github.com/google/docsy/releases/latest?FIXME=v0.9.1
[0.9.1]: https://github.com/google/docsy/releases/v0.9.1

## 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ repo.
```

11. **Push the new tags** to the main remote (`origin` or `upstream` depending
on your setup):
on your setup) as well as any secondary remotes, if any:

```console
$ git push upstream $REL
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docsy",
"version": "0.9.1",
"version.next": "0.9.2-dev.0-unreleased",
"version": "0.9.2-dev.0-unreleased",
"version.next": "0.9.3-dev.0-unreleased",
"repository": "github:google/docsy",
"homepage": "https://www.docsy.dev",
"license": "Apache-2.0",
Expand Down