From 31185c69ca0f2807c430a3a4e4d1b991236115da Mon Sep 17 00:00:00 2001 From: travis laduke Date: Tue, 13 Feb 2024 21:31:03 +0000 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 13 ++----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d62ed..22f0d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 387b95a..122435b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 25b76f6..d4ff3b8 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": "0.2.0", + "version": "1.0.0", "type": "module", "dependencies": { "@redocly/cli": "1.7",