Skip to content

Commit 6703a0f

Browse files
chore(release): v0.1.0 (#5)
1 parent 3dfc364 commit 6703a0f

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [v0.1.0] - 2025-11-14
10+
11+
### Added
12+
- Initial release
13+
14+
[Unreleased]: https://github.com/joinmarket-webui/joinmarket-api-ts/compare/v0.1.0...HEAD
15+
[v0.1.0]: https://github.com/joinmarket-webui/joinmarket-api-ts/releases/tag/v0.0.1

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@joinmarket-webui/joinmarket-api-ts",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "OpenAPI TypeScript types and client for JoinMarket",
55
"license": "MIT",
66
"author": "JoinMarket WebUI Org.",

0 commit comments

Comments
 (0)