From b5433721e2b3cbcad5777c8235edc8a361787af2 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Thu, 29 Feb 2024 09:07:44 -0800 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7207f4c..5264732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ea15013..8d709e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index f826b9f..461bc37 100644 --- a/package.json +++ b/package.json @@ -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",