Skip to content

Commit

Permalink
Merge pull request #43 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 19, 2023
2 parents 9a5fef8 + 46858cd commit 9ceb476
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"changesets": [
"big-gifts-retire",
"clever-candles-beg",
"cool-geckos-sit",
"cyan-birds-hang",
"early-schools-think",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rabbitholegg/questdk

## 2.0.0-alpha.23

### Patch Changes

- [#42](https://github.com/rabbitholegg/questdk/pull/42) [`7203b30`](https://github.com/rabbitholegg/questdk/commit/7203b3042cf5229d8671863753914b70cfd0212e) Thanks [@Quazia](https://github.com/Quazia)! - Use shallow copies instead of true copies

## 2.0.0-alpha.22

### Minor 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": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"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 = '2.0.0-alpha.22'
export const version = '2.0.0-alpha.23'

0 comments on commit 9ceb476

Please sign in to comment.