diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a33e6..ea37043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. * Teenage Mutant Ninja Turtles (TMT), TMT Source Material Cards (PZA), and TMT Eternal Legal Cards (TMC) set symbols ([#284](https://github.com/andrewgioia/keyrune/issues/284)) * Alias of `y25` for `yeoe` ([#281](https://github.com/andrewgioia/keyrune/issues/281)) * Strixhaven Mystical Archives Japan promo set symbol, using STA-JPN as the set code ([#276](https://github.com/andrewgioia/keyrune/issues/276)) +* New Github Actions workflows for handling the documentation website and PR previews. ### Changed diff --git a/README.md b/README.md index a9e8e1e..37e3743 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Keyrune v3.17.1 +# Keyrune v3.18.0 ## The Magic: the Gathering set symbol font! diff --git a/package-lock.json b/package-lock.json index 0cc288b..672a547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keyrune", - "version": "3.15.1", + "version": "3.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keyrune", - "version": "3.15.1", + "version": "3.18.0", "license": "(OFL-1.1 AND GPL-3.0-only)", "devDependencies": { "clean-css": "^5.3.3",