From 12e675424b42e5e67e1c35c780c25370c2cac2db Mon Sep 17 00:00:00 2001 From: Justin Yao Du Date: Fri, 10 Feb 2023 17:09:30 -0800 Subject: [PATCH] v0.5.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f21032b..7659d8e 100644 --- a/README.md +++ b/README.md @@ -2130,7 +2130,7 @@ const c: Class = Date; --- -### Unreleased +### v0.5.0 - 2023-02-10 #### Added diff --git a/package.json b/package.json index bd9b890..f214772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caketype", - "version": "0.4.1", + "version": "0.5.0", "description": "Runtime type checking and other type-safe helpers for TypeScript", "author": "Justin Yao Du ", "license": "MIT",