Skip to content

Commit

Permalink
## Version -- 1.5.9
Browse files Browse the repository at this point in the history
- Fix missing dist folder.
  • Loading branch information
mvillere committed Oct 12, 2023
1 parent 490add6 commit cf12148
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/nftc-contracts-publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Clean install
run: npm ci

- name: Build Contracts
run: npm run build

- name: Publish Library
env:
NODE_AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ As of 12/13/2022, this repo has been renamed from "nftc-open-contracts" to "nftc
## Version -- 1.5.next [Not published]
- TODO

## Version -- 1.5.9
- Fix missing dist folder.

## Version -- 1.5.8
- Attempt to auto-deploy via Github

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftculture/nftc-contracts",
"version": "1.5.8",
"version": "1.5.9",
"description": "NFTCulture Open Source Contracts Project",
"author": "@NFTCulture",
"license": "MIT",
Expand Down

0 comments on commit cf12148

Please sign in to comment.