diff --git a/CHANGELOG.md b/CHANGELOG.md index 7360bdfa..7732d531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,30 @@ +# 4.6.0 + +# features + +- **component-create-script:** re-adds hygen template for components +- **storybook:** re-implements storybook + +# fixes + +- **linting:** fixes linting errors + # 4.5.0 ## features -- services: adds service component -- services: moves services into sanity -- sanity: adds vercel deploy plugin -- dependencies: updates all dependencies -- work-experience: improves ui +- **services:** adds service component +- **services:** moves services into sanity +- **sanity:** adds vercel deploy plugin +- **dependencies:** updates all dependencies +- **work-experience:** improves ui ## fixes -- a11y: improves color contract -- content-block: updates link styling -- case-study: reduces width after box component changes -- hooks-tests: updates tests for hooks in react 18 +- **a11y:** improves color contract +- **content-block:** updates link styling +- **case-study:** reduces width after box component changes +- **hooks-tests:** updates tests for hooks in react 18 ## ci/cd @@ -21,7 +32,7 @@ ## refactors -- tailwind: adds auto sorting off css classes with prettier +- **tailwind:** adds auto sorting off css classes with prettier # 4.4.0 diff --git a/package.json b/package.json index d94ac3de..51cb1f79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "portfolio", "description": "A redesign of my portfolio website.", - "version": "4.5.0", + "version": "4.6.0", "author": { "name": "Jacob Herper", "email": "jacob@herper.io",