From 7c3b1ddc7687d7e2968aae10fce3f3cc06bc0d19 Mon Sep 17 00:00:00 2001 From: Susisu Date: Fri, 21 Jul 2023 13:21:13 +0900 Subject: [PATCH] chore: bump to v0.2.2 --- CHANGELOG.md | 9 +++++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25e98e..a3b1f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ +## 0.2.2 (2023-07-21) + +- Include source files in the distribution +- Some internal updates (formatting etc.) + ## 0.2.1 (2020-10-17) + - Export `Value` types ## 0.2.0 (2020-01-20) + - Add support for `additionalItems` and `additionalProperties` ## 0.1.1 (2020-01-13) + - Refactor internals ## 0.1.0 (2020-01-11) + - First release diff --git a/LICENSE b/LICENSE index c80b040..d61389b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (http://opensource.org/licenses/mit-license.php) -Copyright (c) 2020 Susisu +Copyright (c) 2020-2023 Susisu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/package.json b/package.json index b3d72bd..0848c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@susisu/type-of-schema", - "version": "0.2.1", + "version": "0.2.2", "description": "Derives TypeScript type from JSON Schema", "repository": "https://github.com/susisu/type-of-schema.git", "author": "Susisu ",