This commit is contained in:
travisladuke
2024-02-14 13:15:15 -08:00
committed by Travis LaDuke
parent 7259935a87
commit f11f98e562
3 changed files with 6 additions and 10 deletions
+3 -7
View File
@@ -7,14 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [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
## 1.0.2
### Commits
- feat: Initial commit [`9ae6d79`](https://github.com/zerotier/zerotier-one-api-spec/commit/9ae6d79914ce6db6df4a90debf12438e0d9d5872)
- ci: update github action. avoid branch protection [`047d90a`](https://github.com/zerotier/zerotier-one-api-spec/commit/047d90a5ebefd67125153fd55f556948e86c674a)
- build: Change format of spec version [`7259935`](https://github.com/zerotier/zerotier-one-api-spec/commit/7259935a8766c55258b6443744f95d075b29aeca)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "zerotier-one-api-spec",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zerotier-one-api-spec",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {
"@redocly/cli": "1.7",
"@types/node": "^20.11.17",
+1 -1
View File
@@ -24,7 +24,7 @@
"watch:compile": "npm run compile -- --watch",
"watch:serve": "redocly preview-docs ./tsp-output/@typespec/openapi3/openapi.yaml --use-community-edition"
},
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"dependencies": {
"@redocly/cli": "1.7",