Skip to content

Commit 10edebb

Browse files
chore(release): version package (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e89acaa commit 10edebb

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.changeset/forty-masks-love.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# std
22

3+
## 5.1.0
4+
### Minor Changes
5+
6+
7+
- feat: 🎉 New util `types` ([#98](https://github.com/ieedan/std/pull/98))
8+
39
## 5.0.3
410
### Patch Changes
511

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {
@@ -29,6 +29,9 @@
2929
"typedoc-material-theme": "^1.4.0"
3030
},
3131
"pnpm": {
32-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
32+
"onlyBuiltDependencies": [
33+
"@biomejs/biome",
34+
"esbuild"
35+
]
3336
}
3437
}

0 commit comments

Comments
 (0)