This commit is contained in:
travis laduke
2024-02-13 21:50:29 +00:00
parent a35649061b
commit 2a6871d0e9
3 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -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
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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",