From 88040422273480013f7dadac79a27d0ce35d467a Mon Sep 17 00:00:00 2001 From: Julian Wowra Date: Fri, 3 Jan 2025 12:50:22 +0100 Subject: [PATCH] chore: bump version to `v0.2.1` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b9f7a5..2d94b68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typedoc-github-theme", "description": "Elegant and seamless look and feel for your TypeScript documentation on GitHub Pages", - "version": "0.2.0", + "version": "0.2.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module",