Skip to content

Commit

Permalink
Merge pull request #7 from Climactic/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
adiologydev authored Sep 3, 2024
2 parents f21cfb4 + 557ed82 commit 41b9aa3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-jars-impress.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tinyjobs/cli

## 0.1.2

### Patch Changes

- 0862116: fix(cli): support non-args jobs
feat(tinyjobs): add support for canceling jobs
chore: better readme

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyjobs/cli",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"bin": {
"tinyjobs": "./dist/index.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/tinyjobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tinyjobs

## 0.1.2

### Patch Changes

- 0862116: fix(cli): support non-args jobs
feat(tinyjobs): add support for canceling jobs
chore: better readme

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tinyjobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyjobs",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 41b9aa3

Please sign in to comment.