Skip to content

Commit 15dc73e

Browse files
committed
Merge pull request #5 from ru44/changeset-release/master
Version Packages
2 parents 965a0ee + 32510b3 commit 15dc73e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: .changeset/forty-ravens-worry.md

-5
This file was deleted.

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: changesets
3838
uses: changesets/action@v1
3939
with:
40-
publish: pnpm build && changeset publish
40+
publish: pnpm build && pnpm publish --access public --no-git-checks
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cclip
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 965a0ee: Urgent fix
8+
39
## 2.1.0
410

511
### Minor Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cclip",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A simple CLI tool to copy text to clipboard",
55
"license": "MIT",
66
"author": "ru44",

0 commit comments

Comments
 (0)