Skip to content

Commit

Permalink
new blog and /now update (#311)
Browse files Browse the repository at this point in the history
* updates to now page

* adds year end review for 2024

* bumped changelog and version

* gen social image
  • Loading branch information
simpixelated authored Jan 8, 2025
1 parent 0567a76 commit 852b54a
Show file tree
Hide file tree
Showing 8 changed files with 262 additions and 283 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

---

## 2.3.8 - 2025-01-08

### Changed

- updated /now
- updated dependencies (prettier, puppeteer, sass, eleventy-img)
- updated social share image gen script to ESM

### Added

- added blog post for [year-end-review-2024](src/posts/year-end-review-2024/index.md)

---

## 2.3.7 - 2024-11-28
Expand All @@ -18,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed typo on /now
- updated dependencies
- switched to esm for #277

### Added

- added 11ty `<img />` support for #231

---
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpixelated.com",
"version": "2.3.7",
"version": "2.3.8",
"type": "module",
"description": "personal website and blog of Jordan Kohl (simpixelated)",
"main": ".eleventy.js",
Expand All @@ -20,15 +20,15 @@
"keywords": [],
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-img": "^6.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"husky": "^9.1.7",
"luxon": "^3.5.0",
"path": "^0.12.7",
"prettier": "^3.4.1",
"puppeteer": "^23.9.0",
"sass": "^1.81.0"
"prettier": "^3.4.2",
"puppeteer": "^23.11.1",
"sass": "^1.83.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 852b54a

Please sign in to comment.