diff --git a/CHANGELOG.md b/CHANGELOG.md index d02aa4f..7207f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0336e9f..2705103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ea18d43..c9649b7 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.1", + "version": "1.0.2", "type": "module", "dependencies": { "@redocly/cli": "1.7",