Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wrankles committed Apr 18, 2024
1 parent 2b79fc8 commit cabf409
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

- Fix member list api, improve tests [`99e78f3`](https://github.com/zerotier/zerotier-one-api-spec/commit/99e78f3a64663b16edda712b9c4a9c8f39d9f372)
#### [v1.1.0](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.2...v1.1.0)

## [v1.0.3](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.2...v1.0.3) - 2024-02-14
> 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.2](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.1...v1.0.2) - 2024-02-14
#### [v1.0.2](https://github.com/zerotier/zerotier-one-api-spec/compare/v1.0.1...v1.0.2)

### 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)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit cabf409

Please sign in to comment.