Skip to content

Commit

Permalink
7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed May 14, 2024
1 parent 7a46272 commit 0321826
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## 7.0.1

- 🐛 [`7a46272`](https://github.com/javascript-studio/schema/commit/7a462721002105503626bfe1ae1747285af1365b)
Fix all with custom error code
- 🐛 [`2b67320`](https://github.com/javascript-studio/schema/commit/2b67320f281689f6426e8374a28c2d2d74c8ad0e)
Fix one with custom error code

_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-05-14._

## 7.0.0

- 💥 [`4315324`](https://github.com/javascript-studio/schema/commit/43153247761734c413c76624197a09f15bc88425)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio/schema",
"version": "7.0.0",
"version": "7.0.1",
"description": "Plain JavaScript objects with runtime type guarantees",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0321826

Please sign in to comment.