Skip to content

Commit cb7e45d

Browse files
committed
Merge pull request #3 from ru44/changeset-release/master
Version Packages
2 parents 65589ac + 9e92213 commit cb7e45d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: .changeset/great-mirrors-build.md

-5
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 66cb358: update some files and convert it from class to functions
8+
39
## 2.0.0
410

511
### Major Changes

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "cclip",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A simple CLI tool to copy text to clipboard",
55
"license": "MIT",
66
"author": "ru44",
77
"main": "dist/main.js",
8-
"module": "dist/main.mjs",
8+
"module": "dist/main.js",
99
"types": "dist/main.d.ts",
1010
"type": "module",
1111
"repository": {
@@ -55,6 +55,6 @@
5555
"typescript-eslint": "^8.15.0"
5656
},
5757
"bin": {
58-
"cclip": "dist/main.mjs"
58+
"cclip": "dist/main.js"
5959
}
6060
}

0 commit comments

Comments
 (0)