Skip to content

Commit

Permalink
Bump up v1.1.0 stable (#281)
Browse files Browse the repository at this point in the history
* Export RegisterPILTermsRequest type

* Bump up version to 1.1.0-stable
  • Loading branch information
bonnie57 authored and allenchuang committed Oct 9, 2024
1 parent 27831ef commit 82d301b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.0.0-rc.23",
"version": "1.1.0-stable",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down
1 change: 1 addition & 0 deletions packages/core-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type {
MintLicenseTokensResponse,
LicenseTermsId,
LicenseTerms,
RegisterPILTermsRequest,
} from "./types/resources/license";
export { PIL_TYPE } from "./types/resources/license";

Expand Down

0 comments on commit 82d301b

Please sign in to comment.