diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b964d..6814236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ All notable changes to this project will be documented in this file. ## Versions +### [3.12.0] 2023-02-03 Phyrexia: All Will Be One + +This was _very late_ and I apologize to everyone relying on this project. Some of these were slated for v3.11.1 but I just pushed them into v3.12.0. + +* **Added:** Phyrexia: All Will Be One (ONE) and ONE Commander (ONC) set symbols ([#198](https://github.com/andrewgioia/keyrune/issues/198)) +* **Added:** March of the Machines (MAT) set symbol ([#198](https://github.com/andrewgioia/keyrune/issues/198)) +* **Added:** Alchemy: Dominaria (YDMU) set symbol ([#196](https://github.com/andrewgioia/keyrune/issues/198)) +* **Added:** Dominaria Remastered (DMR) set symbol ([#194](https://github.com/andrewgioia/keyrune/issues/194)) +* **Added:** Game Night 2022 (GN3) set symbol ([#192](https://github.com/andrewgioia/keyrune/issues/192)) +* **Added:** Alchemy Horizons: Baldur's Gate (HBG) set symbol ([#193](https://github.com/andrewgioia/keyrune/issues/193)) +* **Added:** Alchemy: Dominaria (YDMU) set symbol (the A23 symbol) ([#196](https://github.com/andrewgioia/keyrune/issues/196)) + ### [3.11.0] 2022-11-15 Brothers' War sets * **Added:** The Brothers' War (BRO) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195)) diff --git a/README.md b/README.md index e7f4349..e7d24d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Keyrune v3.11.0 +# Keyrune v3.12.0 ## The Magic: the Gathering set symbol font! diff --git a/bower.json b/bower.json index dbf2a84..485bc9a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "keyrune", "homepage": "http://keyrune.andrewgioia.com", - "version": "3.11.0", + "version": "3.11.1", "authors": [ "Andrew Gioia " ], diff --git a/less/variables.less b/less/variables.less index 452957c..5422773 100644 --- a/less/variables.less +++ b/less/variables.less @@ -2,6 +2,6 @@ * Global */ @ss-font-path: '../fonts'; -@ss-version: '3.11.0'; +@ss-version: '3.12.0'; @ss-font-size-base: 14px; @ss-prefix: ss; \ No newline at end of file diff --git a/package.json b/package.json index 93ddda4..ee76a05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keyrune", "description": "Keyrune", - "version": "3.11.0", + "version": "3.11.1", "author": { "name": "Andrew Gioia", "email": "andrew@gioia.email",