Skip to content

Commit b1c0402

Browse files
committed
chore(release): v0.2.0 πŸŽ‰
1 parent 9c66e40 commit b1c0402

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
## v0.2.0 - 2024-08-21
11+
12+
### Added
13+
14+
- Public exports (mostly utilities)
15+
16+
### Fixed
17+
18+
- Dependency declared in wrong section
19+
820
## v0.1.0 - 2024-08-12
921

1022
Initial release πŸŽ‰

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@actcoding/supa-cli",
33
"description": "Advanced CLI tooling for Supabase.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"type": "module",
77
"homepage": "https://actcoding.github.io/supa-cli/",

0 commit comments

Comments
Β (0)