This commit is contained in:
travis laduke
2024-02-13 21:31:03 +00:00
parent 9ae6d79914
commit 31185c69ca
3 changed files with 5 additions and 14 deletions
+2 -11
View File
@@ -7,17 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v0.2.0](https://github.com/laduke/curly-octo-guacamole/compare/v0.1.1...v0.2.0)
## 1.0.0
### Commits
- feat: add to and improve spec and tests [`0733ce4`](https://github.com/laduke/curly-octo-guacamole/commit/0733ce4cb5841681cb8cbc7536eafd70e0195656)
- feat: test some network controller endpoints [`6096483`](https://github.com/laduke/curly-octo-guacamole/commit/60964834db5da3fc715a77c38ca375665ffaf04f)
- fix: Network ID list [`9c1e82c`](https://github.com/laduke/curly-octo-guacamole/commit/9c1e82cffa6438dc77fae80c9bdb95f592538251)
## v0.1.1 - 2024-02-12
### Commits
- feat: Initial commit [`4d05a59`](https://github.com/laduke/curly-octo-guacamole/commit/4d05a59dff7e169324d4827c6a4cb25f6066d24f)
- build: update repository url [`4e4238b`](https://github.com/laduke/curly-octo-guacamole/commit/4e4238b08715aeddb4d04c08ecbe1912c6b19173)
- feat: Initial commit [`9ae6d79`](https://github.com/zerotier/zerotier-one-api-spec/commit/9ae6d79914ce6db6df4a90debf12438e0d9d5872)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "zerotier-one-api-spec",
"version": "0.2.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zerotier-one-api-spec",
"version": "0.2.0",
"version": "1.0.0",
"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": "0.2.0",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@redocly/cli": "1.7",