From 75979284d99c41a1b08bc25fce9de1b0c2ae9007 Mon Sep 17 00:00:00 2001 From: newhouse Date: Mon, 2 Dec 2024 10:08:00 -0800 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f57c0e6..bea04b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.0.3 + - Fixed typos. https://github.com/anvilco/spectaql/pull/1002 Thanks @kianmeng + - Dependency updates + ### 3.0.2 - Pinned `cheerio@1.0.0-rc.12` - Fixed SCSS deprecation warning diff --git a/package.json b/package.json index 5b9451f2..169c917e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spectaql", - "version": "3.0.2", + "version": "3.0.3", "description": "A powerful library for autogenerating static GraphQL API documentation", "author": "Anvil Foundry Inc. ", "homepage": "https://github.com/anvilco/spectaql",