Skip to content

Commit 3cd308f

Browse files
github-actions[bot]github-actionsMajorLift
authored
3.1.0 (#28)
This is the release candidate for version 3.1.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
1 parent 17534c5 commit 3cd308f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.0]
11+
12+
### Added
13+
14+
- Newly exports the following types: `Assign`, `If`, `IsUnion`, `ObjectType`, `PartialObjectSchema`, `StructSchema`, `TupleSchema` ([#25](https://github.com/MetaMask/superstruct/pull/25))
15+
1016
## [3.0.0]
1117

1218
### Added
@@ -623,7 +629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
623629

624630
- Initial release.
625631

626-
[Unreleased]: https://github.com/MetaMask/superstruct/compare/v3.0.0...HEAD
632+
[Unreleased]: https://github.com/MetaMask/superstruct/compare/v3.1.0...HEAD
633+
[3.1.0]: https://github.com/MetaMask/superstruct/compare/v3.0.0...v3.1.0
627634
[3.0.0]: https://github.com/MetaMask/superstruct/compare/v2.0.0...v3.0.0
628635
[2.0.0]: https://github.com/MetaMask/superstruct/compare/v1.0.0...v2.0.0
629636
[1.0.0]: https://github.com/MetaMask/superstruct/compare/v0.16.0...v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/superstruct",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A simple and composable way to validate data in JavaScript (and TypeScript).",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)