Skip to content

Commit f6ff7bb

Browse files
committed
chore: release v0.2.0
1 parent e80de89 commit f6ff7bb

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This project aims to follow [Semantic Versioning](https://semver.org/). Breaking
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2026-05-07
10+
11+
### Added
12+
13+
- Added a `skills.sh` and Agent Skills-compatible `raindrop-cli` skill under `skills/raindrop-cli`.
14+
15+
### Fixed
16+
17+
- Updated the Homebrew formula to depend on the current `node` formula instead of forcing `node@20`.
18+
919
## [0.1.1] - 2026-05-07
1020

1121
### Fixed

formula/raindrop-cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RaindropCli < Formula
22
desc "Agent-friendly CLI for Raindrop.io"
33
homepage "https://github.com/jvm/raindrop-cli"
4-
url "https://registry.npmjs.org/@mocito/raindrop-cli/-/raindrop-cli-0.1.1.tgz"
5-
sha256 "3a8a97a56b7b16dfd2531779ca05b7037e9801ac02ec827048be07e747749282"
4+
url "https://registry.npmjs.org/@mocito/raindrop-cli/-/raindrop-cli-0.2.0.tgz"
5+
sha256 "385780dd0a2b926650d237115c9500d3a1b11836930bd27927d63a1fe7b0259d"
66
license "MIT"
77

88
depends_on "node"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocito/raindrop-cli",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Agent-friendly CLI for Raindrop.io",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)