From 8d463f2cfffbfcfab8e9f54335f8502ea4242459 Mon Sep 17 00:00:00 2001 From: Eyas Sharaiha Date: Mon, 13 Jan 2020 10:20:26 -0500 Subject: [PATCH] Bump Schema-DTS to 0.5.0 This release includes a backwards-incompatible change that removes deprecated legacy enum declarations from the .d.ts output. --- dist/schema/package.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/schema/package.json b/dist/schema/package.json index e3d3499..9c8a2f8 100644 --- a/dist/schema/package.json +++ b/dist/schema/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts", - "version": "0.4.5", + "version": "0.5.0", "displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations", "description": "A TypeScript package with latest Schema.org Schema Typings", "authors": [ @@ -37,4 +37,4 @@ "bugs": "https://github.com/google/schema-dts/issues", "repository": "github:google/schema-dts", "license": "Apache-2.0" -} +} \ No newline at end of file diff --git a/package.json b/package.json index e476799..9c3f05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schema-dts-gen", - "version": "0.4.5", + "version": "0.5.0", "displayName": "schema-dts Generator", "description": "Generate TypeScript Definitions for Schema.org Schema", "authors": [ @@ -63,4 +63,4 @@ "build-gen": "tsc -p src", "test": "tsc -p src && tsc -p tests/ && jasmine --config=tests/support/jasmine.json" } -} +} \ No newline at end of file