From babfce67b0190c75b76530ddda1ea1c2fda7f1ab Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 17 Feb 2024 14:36:40 -0500 Subject: [PATCH] Set NPM package version to 0.9.2-dev --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c29390f..91fc03533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3ae5c4d4..1177c58f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/package.json b/package.json index 57e20cb28..d39012662 100644 --- a/package.json +++ b/package.json @@ -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",