mirror of
https://github.com/zerotier/zerotier-one-api-spec.git
synced 2026-05-22 16:29:58 -07:00
1.1.0
This commit is contained in:
committed by
Travis LaDuke
parent
c1863fd950
commit
b5433721e2
+22
-3
@@ -7,10 +7,29 @@ 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.2
|
||||
## [v1.1.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.3...v1.1.0)
|
||||
|
||||
### Commits
|
||||
|
||||
- Fix member list api, improve tests [`99e78f3`](https://github.com/zerotier/zerotier-one-api-spec/commit/99e78f3a64663b16edda712b9c4a9c8f39d9f372)
|
||||
|
||||
## [v1.0.3](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.2...v1.0.3) - 2024-02-14
|
||||
|
||||
## [v1.0.2](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.1...v1.0.2) - 2024-02-14
|
||||
|
||||
### Commits
|
||||
|
||||
- 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)
|
||||
|
||||
## [v1.0.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.0...v1.0.1) - 2024-02-13
|
||||
|
||||
### 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
|
||||
|
||||
- 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)
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "zerotier-one-api-spec",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "zerotier-one-api-spec",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"dependencies": {
|
||||
"@redocly/cli": "1.7",
|
||||
"@types/node": "^20.11.17",
|
||||
|
||||
+1
-1
@@ -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.2",
|
||||
"version": "1.1.0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@redocly/cli": "1.7",
|
||||
|
||||
Reference in New Issue
Block a user