From cf27953e5e9bc068d0adb7217a9a22e168ef090e Mon Sep 17 00:00:00 2001 From: wrankles Date: Tue, 24 Jun 2025 18:08:01 +0000 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c360d..2b0260a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.1.1...v1.2.0) + +- Fixes for minor API deviations [`#27`](https://github.com/zerotier/zerotier-one-api-spec/pull/27) +- build(deps): bump micromatch from 4.0.5 to 4.0.8 [`#26`](https://github.com/zerotier/zerotier-one-api-spec/pull/26) +- build(deps): bump nanoid from 3.3.7 to 3.3.8 [`#25`](https://github.com/zerotier/zerotier-one-api-spec/pull/25) +- build(deps): bump undici from 5.28.3 to 5.28.5 [`#24`](https://github.com/zerotier/zerotier-one-api-spec/pull/24) +- build(deps): bump ws from 7.5.9 to 7.5.10 [`#23`](https://github.com/zerotier/zerotier-one-api-spec/pull/23) +- build(deps): bump braces from 3.0.2 to 3.0.3 [`#22`](https://github.com/zerotier/zerotier-one-api-spec/pull/22) +- build(deps): bump dompurify from 2.4.7 to 2.5.8 [`#21`](https://github.com/zerotier/zerotier-one-api-spec/pull/21) +- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 [`#20`](https://github.com/zerotier/zerotier-one-api-spec/pull/20) +- build(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /examples/go [`#19`](https://github.com/zerotier/zerotier-one-api-spec/pull/19) +- Create example of generating a `go` client [`52aeeb8`](https://github.com/zerotier/zerotier-one-api-spec/commit/52aeeb877082c3f08d22f04261e7e74452fad5aa) +- build(deps): bump golang.org/x/crypto in /examples/go [`affa4ea`](https://github.com/zerotier/zerotier-one-api-spec/commit/affa4ea67fb22da8b39da4ef9e43c66f6de8dae3) +- docs: update readme [`614453e`](https://github.com/zerotier/zerotier-one-api-spec/commit/614453e6d1a252709683eebf2e98ce473ea80974) + #### [v1.1.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.1.0...v1.1.1) +> 18 April 2024 + - build: switch to release-it [`72f5837`](https://github.com/zerotier/zerotier-one-api-spec/commit/72f58374e1bd5d10ab3a704998aa0c1845fc85ca) - build: Add testcontainers dependency [`bd2d546`](https://github.com/zerotier/zerotier-one-api-spec/commit/bd2d546d8fb88226863085222fba01ddffeb1952) - style: autoformatter [`2b79fc8`](https://github.com/zerotier/zerotier-one-api-spec/commit/2b79fc8a2301e918014ec20a7504318c6efc63da) diff --git a/package-lock.json b/package-lock.json index f2f6698..23942d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zerotier-one-api-spec", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zerotier-one-api-spec", - "version": "1.1.1", + "version": "1.2.0", "dependencies": { "@redocly/cli": "1.7", "@types/node": "^20.11.17", diff --git a/package.json b/package.json index 81e1380..ef10175 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": "1.1.1", + "version": "1.2.0", "type": "module", "dependencies": { "@redocly/cli": "1.7",