Skip to content

Commit 1aae5fc

Browse files
authored
Merge pull request #11 from faststats-dev/changeset-release/main
chore: version packages
2 parents 87652b8 + 0cec5c2 commit 1aae5fc

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.changeset/cuddly-ties-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "2.4.7",
18-
"turbo": "^2.8.14",
18+
"turbo": "^2.8.17",
1919
"typescript": "5.9.3",
2020
"@changesets/changelog-github": "0.6.0",
2121
"@changesets/cli": "2.30.0"

packages/bundler-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @faststats/sourcemap-uploader-plugin
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 63b941c: Determine buildid based on git commit hash
8+
39
## 0.2.1
410

511
### Patch Changes

packages/bundler-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststats/sourcemap-uploader-plugin",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)