mirror of
https://github.com/zerotier/zerotier-one-api-spec.git
synced 2026-05-22 16:29:58 -07:00
Release 1.1.1
This commit is contained in:
+17
-15
@@ -1,35 +1,37 @@
|
||||
# Changelog
|
||||
### Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
## [v1.1.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.3...v1.1.0)
|
||||
#### [v1.1.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.1.0...v1.1.1)
|
||||
|
||||
### Commits
|
||||
- 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)
|
||||
|
||||
#### [v1.1.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.2...v1.1.0)
|
||||
|
||||
> 29 February 2024
|
||||
|
||||
- chore: improve test harness [`c1863fd`](https://github.com/zerotier/zerotier-one-api-spec/commit/c1863fd950c2a1b3cfb31ec64d4b5ffcd2af1f24)
|
||||
- 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)
|
||||
|
||||
## [v1.0.2](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.1...v1.0.2) - 2024-02-14
|
||||
|
||||
### Commits
|
||||
> 14 February 2024
|
||||
|
||||
- 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
|
||||
#### [v1.0.1](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.0...v1.0.1)
|
||||
|
||||
### Commits
|
||||
> 13 February 2024
|
||||
|
||||
- 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
|
||||
#### v1.0.0
|
||||
|
||||
### Commits
|
||||
> 13 February 2024
|
||||
|
||||
- feat: Initial commit [`9ae6d79`](https://github.com/zerotier/zerotier-one-api-spec/commit/9ae6d79914ce6db6df4a90debf12438e0d9d5872)
|
||||
|
||||
+2
-2
@@ -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.0",
|
||||
"version": "1.1.1",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@redocly/cli": "1.7",
|
||||
@@ -45,7 +45,7 @@
|
||||
"openapi-typescript-helpers": "^0.0.6",
|
||||
"prettier": "^3.2.5",
|
||||
"release-it": "^17.2.0",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "^5.3.3",
|
||||
"borp": "^0.9.1",
|
||||
"semver": "^7.6.0",
|
||||
"testcontainers": "^10.8.2"
|
||||
|
||||
Reference in New Issue
Block a user