From 1063ea42d0ddbd0d2d64ee4f0b6bf0def1add8c3 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 23 Jan 2023 19:29:32 +0000 Subject: [PATCH] Remove changelog, its evident that is under releases --- README.md | 74 ------------------------------------------------------- 1 file changed, 74 deletions(-) diff --git a/README.md b/README.md index 4677300..51c2f0c 100644 --- a/README.md +++ b/README.md @@ -80,77 +80,3 @@ Roadmap for things I would like to change over time. ### Changes - Change `history | grep me` into tabbed sections going over my key interest pillars; career, hardware, networking, cars, photography. - ---- - -## Changelog - -Any and all project changes for releases should be documented below. Versioning follows the SEMVER standard. - ---- - -### Version 1.1.1 - -[[Git Changes]](https://github.com/othyn/othyn.com/compare/v1.1.0...v1.1.1) Alteration of skills. - -#### Added - -- More easter eggs. It's the time of year! - -#### Changed - -- Altered the skills section to add up to date skills -- Presentation of skills has been updated to be a much better visual representation - -#### Fixed - -- Nothing. - -#### Removed - -- Discord from social - ---- - -### Version 1.1.0 - -[[Git Changes]](https://github.com/othyn/othyn.com/compare/v1.0.0...v1.1.0) Re-containerisation into a static NuxtJS image served by NGINX, this will significantly shrink the image and hosting overhead for such a simple site. - -#### Added - -- More info on history, in reality this needs a refresh into catagories as there are areas I would like to expand into. - -#### Changed - -- Changed NuxtJS config and Docker image setup to run instead from Nuxt static mode. -- All files are now fixed with prettier. - -#### Fixed - -- Component loading in the layouts was a bug I think with a perhaps reserved keyword `Global` being the prefix, once changing this to `Core` the issue went away. - -#### Removed - -- Twitter link in bio as I can't remember the last time I actually went on it. - ---- - -### Version 1.0.0 - -[[Git Changes]](https://github.com/othyn/othyn.com/compare/v1.0.0-beta.1...v1.0.0) Initial release. - -#### Added - -- Everything - -#### Changed - -- Everything - -#### Fixed - -- Everything - -#### Removed - -- Everything