Skip to content

Commit 0321826

Browse files
committed
7.0.1
1 parent 7a46272 commit 0321826

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGES.md

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

3+
## 7.0.1
4+
5+
- 🐛 [`7a46272`](https://github.com/javascript-studio/schema/commit/7a462721002105503626bfe1ae1747285af1365b)
6+
Fix all with custom error code
7+
- 🐛 [`2b67320`](https://github.com/javascript-studio/schema/commit/2b67320f281689f6426e8374a28c2d2d74c8ad0e)
8+
Fix one with custom error code
9+
10+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-05-14._
11+
312
## 7.0.0
413

514
- 💥 [`4315324`](https://github.com/javascript-studio/schema/commit/43153247761734c413c76624197a09f15bc88425)

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@studio/schema",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Plain JavaScript objects with runtime type guarantees",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)