Skip to content

Commit cf27953

Browse files
author
wrankles
committed
Release 1.2.0
1 parent 5f6e3b5 commit cf27953

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.2.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.1.1...v1.2.0)
8+
9+
- Fixes for minor API deviations [`#27`](https://github.com/zerotier/zerotier-one-api-spec/pull/27)
10+
- build(deps): bump micromatch from 4.0.5 to 4.0.8 [`#26`](https://github.com/zerotier/zerotier-one-api-spec/pull/26)
11+
- build(deps): bump nanoid from 3.3.7 to 3.3.8 [`#25`](https://github.com/zerotier/zerotier-one-api-spec/pull/25)
12+
- build(deps): bump undici from 5.28.3 to 5.28.5 [`#24`](https://github.com/zerotier/zerotier-one-api-spec/pull/24)
13+
- build(deps): bump ws from 7.5.9 to 7.5.10 [`#23`](https://github.com/zerotier/zerotier-one-api-spec/pull/23)
14+
- build(deps): bump braces from 3.0.2 to 3.0.3 [`#22`](https://github.com/zerotier/zerotier-one-api-spec/pull/22)
15+
- build(deps): bump dompurify from 2.4.7 to 2.5.8 [`#21`](https://github.com/zerotier/zerotier-one-api-spec/pull/21)
16+
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 [`#20`](https://github.com/zerotier/zerotier-one-api-spec/pull/20)
17+
- 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)
18+
- Create example of generating a `go` client [`52aeeb8`](https://github.com/zerotier/zerotier-one-api-spec/commit/52aeeb877082c3f08d22f04261e7e74452fad5aa)
19+
- build(deps): bump golang.org/x/crypto in /examples/go [`affa4ea`](https://github.com/zerotier/zerotier-one-api-spec/commit/affa4ea67fb22da8b39da4ef9e43c66f6de8dae3)
20+
- docs: update readme [`614453e`](https://github.com/zerotier/zerotier-one-api-spec/commit/614453e6d1a252709683eebf2e98ce473ea80974)
21+
722
#### [v1.1.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.1.0...v1.1.1)
823

24+
> 18 April 2024
25+
926
- build: switch to release-it [`72f5837`](https://github.com/zerotier/zerotier-one-api-spec/commit/72f58374e1bd5d10ab3a704998aa0c1845fc85ca)
1027
- build: Add testcontainers dependency [`bd2d546`](https://github.com/zerotier/zerotier-one-api-spec/commit/bd2d546d8fb88226863085222fba01ddffeb1952)
1128
- style: autoformatter [`2b79fc8`](https://github.com/zerotier/zerotier-one-api-spec/commit/2b79fc8a2301e918014ec20a7504318c6efc63da)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"watch:compile": "npm run compile -- --watch",
2323
"watch:serve": "redocly preview-docs ./tsp-output/@typespec/openapi3/openapi.yaml --use-community-edition"
2424
},
25-
"version": "1.1.1",
25+
"version": "1.2.0",
2626
"type": "module",
2727
"dependencies": {
2828
"@redocly/cli": "1.7",

0 commit comments

Comments
 (0)