diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f0d36..d02aa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## 1.0.0 +## [v1.0.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.0...v1.0.1) + +### Commits + +- docs: update spec docs to point to this repo [`a356490`](https://github.com/zerotier/zerotier-one-api-spec/commit/a35649061b3bff45478dd0dfaa65a4078de0787f) + +## v1.0.0 - 2024-02-13 ### Commits diff --git a/package-lock.json b/package-lock.json index 122435b..0336e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zerotier-one-api-spec", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zerotier-one-api-spec", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@redocly/cli": "1.7", "@types/node": "^20.11.17", diff --git a/package.json b/package.json index d4ff3b8..69ae829 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "watch:compile": "npm run compile -- --watch", "watch:serve": "redocly preview-docs ./tsp-output/@typespec/openapi3/openapi.yaml --use-community-edition" }, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "dependencies": { "@redocly/cli": "1.7",