diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c5d2fd..a6cd55a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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). -## [v2.11.2](https://github.com/thdk/team-timesheets/compare/v2.11.1...v2.11.2) +## [v2.11.3](https://github.com/thdk/team-timesheets/compare/v2.11.2...v2.11.3) + +### Commits + +- fix: switch light and dark blue in charts [`0ec7615`](https://github.com/thdk/team-timesheets/commit/0ec761551b21e740932082e83b15e75db32f230c) + +## [v2.11.2](https://github.com/thdk/team-timesheets/compare/v2.11.1...v2.11.2) - 2022-12-01 ### Commits diff --git a/package-lock.json b/package-lock.json index cc4622de..025af71e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thdk-timesheets-app", - "version": "2.11.2", + "version": "2.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thdk-timesheets-app", - "version": "2.11.2", + "version": "2.11.3", "license": "ISC", "dependencies": { "@material/chips": "^7.0.0", diff --git a/package.json b/package.json index 9d6627f3..f80b2203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thdk-timesheets-app", - "version": "2.11.2", + "version": "2.11.3", "description": "A replacement web app for old school timesheets", "main": "src/js/app.ts", "scripts": {