📝 Update changelog

This commit is contained in:
James Panther 2023-01-18 09:51:06 +11:00
parent a72e7cbd51
commit b7f35dd503
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Changed
- Upgrade to Typography v0.5.9 ([#41](https://github.com/jpanther/lynx/pull/41))
## [1.2.3] - 2023-01-09 ## [1.2.3] - 2023-01-09
### Changed ### Changed

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "1.2.2", "version": "1.2.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hugo-lynx-theme", "name": "hugo-lynx-theme",
"version": "1.2.2", "version": "1.2.3",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",