Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lsn committed Dec 24, 2023
1 parent df6747f commit 795bfb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@


# [1.1.0](https://github.com/chris-lsn/pikpak-js-sdk/compare/1.0.0...1.1.0) (2023-12-24)


### Features

* add build.ts for generating d.ts while build ([df6747f](https://github.com/chris-lsn/pikpak-js-sdk/commit/df6747fa4c78b102713273ec0401620dca72abc4))

# 1.0.0 (2023-12-24)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "pikpak-js",
"version": "1.0.0",
"version": "1.1.0",
"author": {
"name": "chris-lsn",
"email": "[email protected]"
},
"files": ["build/index.js"],
"files": [
"build/index.js"
],
"module": "index.ts",
"type": "module",
"main": "build/index.js",
Expand Down

0 comments on commit 795bfb0

Please sign in to comment.