Skip to content

Commit 75d4ecf

Browse files
committed
6.1.0
1 parent 3b301ed commit 75d4ecf

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGES.md

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

3+
## 6.1.0
4+
5+
-[`3b301ed`](https://github.com/javascript-studio/schema/commit/3b301ed37a0fc0d5211a4d382d07bcd0e2d5d67a)
6+
Update GitHub action
7+
-[`5929519`](https://github.com/javascript-studio/schema/commit/5929519b61d51d10b3c6217c8fefb9c1c4915d5e)
8+
Add node 20.x to build matrix
9+
-[`18e0b05`](https://github.com/javascript-studio/schema/commit/18e0b059fb03e3f3a57fcb6494c6efa82ccfec44)
10+
Fix match.same in browser tests
11+
-[`227e879`](https://github.com/javascript-studio/schema/commit/227e879feece57441765d584f6b572cf7a1994c1)
12+
Use new mochify with esbuild
13+
-[`a42af98`](https://github.com/javascript-studio/schema/commit/a42af9826d52278905acc04d47b9f159ec8bf74c)
14+
Do not require events, only import type
15+
-[`a8b9716`](https://github.com/javascript-studio/schema/commit/a8b97167f277d8df5b1c8e3ae69313817a77a5b2)
16+
npm audit
17+
-[`9f34d56`](https://github.com/javascript-studio/schema/commit/9f34d56dc8d24053c72f8ce81fdb635ef7af6b38)
18+
Upgrade prettier to v3
19+
-[`7676458`](https://github.com/javascript-studio/schema/commit/76764580665915d5d4ee30ad79dcc009ce68b0a7)
20+
Update rimraf
21+
-[`488f324`](https://github.com/javascript-studio/schema/commit/488f3240fa1a8ed4f1ad13ff1baada34324a8152)
22+
Update mocha
23+
-[`230e511`](https://github.com/javascript-studio/schema/commit/230e5112898a645c9d01b5c868b751aa9d48f4c2)
24+
Upgrade lint-staged
25+
-[`9a4bb3d`](https://github.com/javascript-studio/schema/commit/9a4bb3d9ac01e8ef26b822cf5c821c0d6fcc206f)
26+
Upgrade husky
27+
-[`9dcdfaa`](https://github.com/javascript-studio/schema/commit/9dcdfaacb433b49372c8fd13484670f7f69a2fd3)
28+
Update typescript
29+
-[`13b863e`](https://github.com/javascript-studio/schema/commit/13b863eda0cc90a3a4f6ef28839ae7b27f8edbb4)
30+
Upgrade eslint-config and eslint
31+
-[`13cd132`](https://github.com/javascript-studio/schema/commit/13cd13295112a6c00fdc6c16ba12ef5d837eade8)
32+
Upgrade Studio Changes
33+
-[`976d543`](https://github.com/javascript-studio/schema/commit/976d5431b6394a441c6a5a1995f1a74e997acef6)
34+
Upgrade referee-sinon
35+
36+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-03-20._
37+
338
## 6.0.1
439

540
- 🐛 [`78038d0`](https://github.com/javascript-studio/schema/commit/78038d02e9c18a0e244fcd846cb2527a220dd0cf)

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": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Plain JavaScript objects with runtime type guarantees",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)