From 3f0d1a7a110e877e660415a026c5857da5add68b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 21 Aug 2023 16:49:24 +0000 Subject: [PATCH] chore(release): v0.1.0 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ version_file.json | 3 +++ 2 files changed, 28 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 version_file.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..18f14c0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 0.1.0 (2023-08-21) + + +### Bug Fixes + +* add some margin to the default image ([03a40fd](https://github.com/Wivik/vinyl-records-collection-theme/commit/03a40fdb57a83b335ce3904aedc5219172c57b1f)) +* add some space in paragraphes ([bcd4b77](https://github.com/Wivik/vinyl-records-collection-theme/commit/bcd4b77daa90c481b8ee17fac83a445ef0eaab55)) +* css in mobile mode ([2d7ce00](https://github.com/Wivik/vinyl-records-collection-theme/commit/2d7ce0021d3d947fbda9d8024c4ff912d6e9683d)) +* draft false by default, was annoying ([508216b](https://github.com/Wivik/vinyl-records-collection-theme/commit/508216bfa43d49dceaa7c70a4d32139fd0822a0b)) +* fix image path ([8ced83b](https://github.com/Wivik/vinyl-records-collection-theme/commit/8ced83b67e51366b54fcb4769c1359cf06dd3d8b)) +* moved default image to theme ([f1d584a](https://github.com/Wivik/vinyl-records-collection-theme/commit/f1d584a2bb683c502948f58100241d2f30f2b2b1)) + + +### Features + +* :sparkles: init theme ([edd7b69](https://github.com/Wivik/vinyl-records-collection-theme/commit/edd7b6956dc2e86fca2ddb22a1110c8ddd6cc855)) +* add background image ([470d6a5](https://github.com/Wivik/vinyl-records-collection-theme/commit/470d6a5d2d4339ce2724cb8fedf67f51ab5ed54a)) +* add background images ([3fae966](https://github.com/Wivik/vinyl-records-collection-theme/commit/3fae9665382bf53645d566c22d0b4f27469e6532)) +* add config.toml ([5426003](https://github.com/Wivik/vinyl-records-collection-theme/commit/5426003464fec174099c5fd6cc97d7874beb61d4)) +* add css customization ([99e8bec](https://github.com/Wivik/vinyl-records-collection-theme/commit/99e8bec5f72c94320d3e8aac63e3dfd13b6f3a86)) +* better display ([f174e5e](https://github.com/Wivik/vinyl-records-collection-theme/commit/f174e5e546015eb846b819e1898e5c82e53ff203)) +* update theme data ([933589a](https://github.com/Wivik/vinyl-records-collection-theme/commit/933589a0683bf155228b0a7516c5edea328a8d42)) + + + diff --git a/version_file.json b/version_file.json new file mode 100644 index 0000000..6793ca7 --- /dev/null +++ b/version_file.json @@ -0,0 +1,3 @@ +{ + "version": "0.1.0" +} \ No newline at end of file