diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a36aa93 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.5.0] - 2024-01-13 + +### Changed + +- Styling with Tailwind CSS instead of styled-components diff --git a/package.json b/package.json index 4d67a8e..30ad687 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "life-trinket", "private": true, - "version": "0.4.0", + "version": "0.5.0", "type": "commonjs", "engines": { "node": ">=18",