Skip to content

Commit

Permalink
Merge pull request #26 from rabbitholegg/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package (alpha)
  • Loading branch information
Quazia authored Oct 5, 2023
2 parents c1bf9c2 + 11841ce commit 02bbfb3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"changesets": [
"cool-geckos-sit",
"early-schools-think",
"empty-socks-worry",
"forty-shoes-sell",
"four-mails-joke",
"fresh-tables-poke",
Expand All @@ -15,6 +16,7 @@
"proud-pans-promise",
"rude-humans-jump",
"short-gorillas-cry",
"silent-schools-notice",
"silent-scissors-refuse",
"smart-tips-arrive",
"spotty-crews-watch",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rabbitholegg/questdk

## 1.1.0-alpha.15

### Patch Changes

- [#10](https://github.com/rabbitholegg/questdk/pull/10) [`c94464a`](https://github.com/rabbitholegg/questdk/commit/c94464a3f72b3fdb1b0493e731a4605fd7d03ada) Thanks [@jonathandiep](https://github.com/jonathandiep)! - Update QuestFactory address to use proxy

- [#28](https://github.com/rabbitholegg/questdk/pull/28) [`57093f4`](https://github.com/rabbitholegg/questdk/commit/57093f43fdd17f7c13c91acaea0edf7d7c497fbb) Thanks [@Quazia](https://github.com/Quazia)! - Add equal operator

## 1.1.0-alpha.14

### Patch Changes
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": "@rabbitholegg/questdk",
"version": "1.1.0-alpha.14",
"version": "1.1.0-alpha.15",
"description": "",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
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.10'
export const version = '1.1.0-alpha.15'

0 comments on commit 02bbfb3

Please sign in to comment.