Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Jul 17, 2024
1 parent 6a9577a commit 2176e7a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.5] - 2024-07-17

## [1.0.4] - 2024-07-10
### Added
- PDF V4
Expand Down Expand Up @@ -187,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Few issues on dark mode and event listener

[unreleased]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.4...HEAD
[unreleased]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/RSickenberg/rsickenberg.me/compare/v1.0.1...v1.0.2
Expand Down
42 changes: 33 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rsickenberg/portfolio-next",
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,14 +60,38 @@
"preset": {
"name": "conventionalcommits",
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "section": "Chore"},
{"type": "docs", "section": "Docs"},
{"type": "style", "section": "Misc"},
{"type": "refactor", "section": "Refactoring"},
{"type": "perf", "section": "Optimisations"},
{"type": "test", "seciton": "Tests"}
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chore"
},
{
"type": "docs",
"section": "Docs"
},
{
"type": "style",
"section": "Misc"
},
{
"type": "refactor",
"section": "Refactoring"
},
{
"type": "perf",
"section": "Optimisations"
},
{
"type": "test",
"seciton": "Tests"
}
]
},
"infile": "CHANGELOG.md",
Expand Down

0 comments on commit 2176e7a

Please sign in to comment.