Skip to content

Commit

Permalink
Chore(changest): gen v alpha.8 (#12)
Browse files Browse the repository at this point in the history
* Chore(changest): gen v alpha.8

* Chore(changeset): push changeset
  • Loading branch information
Quazia authored Sep 12, 2023
1 parent 46d2937 commit aa1f428
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 57 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-scissors-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rabbitholegg/questdk": patch
---

Simple hotfix for BigInt handling in the filter function
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@
</p>
<br/>

### Publishing
In order to publish you need to make sure that the pull request you're submitting has a changeset. If you don't want to publish this isn't needed.
In order to generate a changeset run `pnpm changeset`, select a change type [major,minor,patch], and draft a small summary of the changeset.

After this all you need to do is push and merge the pull request and the Github Action will handle the process of versioning, and publishing.
114 changes: 58 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.1-alpha.3'
export const version = '1.0.1-alpha.8'

0 comments on commit aa1f428

Please sign in to comment.