Skip to content

Commit

Permalink
Merge tag 'v0.5.0' into develop
Browse files Browse the repository at this point in the history
v0.5.0

- big backwards-compatibility breaks!
- new features
- plenty of bug fixes too

See CHANGELOG for the mad details.
  • Loading branch information
stuartherbert committed Mar 16, 2024
2 parents 3f42659 + de4a8a6 commit 9308e02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ For each release, changes are grouped under these headings:

The following changes have been completed, and will be included in the next tagged release.

## v0.5.0

Released Saturday, 16th March 2024.

### New

- added `recastIfValid()`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safelytyped/core-types",
"version": "0.4.5",
"version": "0.5.0",
"description": "Core safe types for Typescript",
"repository": "github:SafelyTyped/ts-core-types",
"main": "lib/cjs/index.js",
Expand Down

0 comments on commit 9308e02

Please sign in to comment.