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",