From f823e932d3748b5ff99982fe249eabf7f90c3427 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Fri, 10 Mar 2023 08:38:18 -0700 Subject: [PATCH] Bump version to 3.0.3 --- README.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e62605..8b23358 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Supports TypeDoc 0.23.x and 0.24.x - Add support for resolving TypeScript utility types (`Partial`, `Omit`, etc.) to links on the TypeScript website. This can be turned off with the new `resolveUtilityTypes` option. +### v3.0.2 (2023-03-10) + +- Fixed invalid published package (@WikiRik) + ### v3.0.1 (2023-03-09) - Add support for `{@link !NaN}` to link to global symbols, #4 diff --git a/package-lock.json b/package-lock.json index 57e237d..fabb286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typedoc-plugin-mdn-links", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "typedoc-plugin-mdn-links", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "devDependencies": { "prettier": "^2.8.4", diff --git a/package.json b/package.json index 5787866..6c6d927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-mdn-links", - "version": "3.0.2", + "version": "3.0.3", "main": "dist/index.js", "license": "MIT", "devDependencies": {