Skip to content

Commit 8f007d7

Browse files
Version Packages (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a93892a commit 8f007d7

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/chubby-poets-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rayriffy/quick-npm
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- a93892a: Initial release
8+
39
## 0.0.2
410

511
### Patch Changes

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elysia-remote-dts",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"author": "Phumrapee Limpianchop <[email protected]>",
55
"description": "A plugin that provide .d.ts types remotely for Eden Treaty to consume.",
66
"license": "MIT",
@@ -21,7 +21,9 @@
2121
"access": "public",
2222
"registry": "https://registry.npmjs.org"
2323
},
24-
"files": ["dist"],
24+
"files": [
25+
"dist"
26+
],
2527
"scripts": {
2628
"preinstall": "npx only-allow bun",
2729
"test": "vitest",

0 commit comments

Comments
 (0)