Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Feb 2, 2024
2 parents d380eb2 + 1eae829 commit 056505c
Show file tree
Hide file tree
Showing 21 changed files with 2,584 additions and 3,022 deletions.
10 changes: 6 additions & 4 deletions .astro/icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
declare module 'astro-icon' {
export type Icon =
// Automatically generated by astro-icon
// b993985eccae483c4e9714f21afa94fdc5b673ef7f2de954fc672f34b35f86cd

declare module 'virtual:astro-icon' {
export type Icon =
| "arcticons:mail"
| "arcticons:github"
| "arcticons:linkedin"
| "arcticons:x-twitter"
| "arcticons:document-viewer";

}
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-02-02
### Added
- Tech images are now builded and optimized for the different navigator sizes

### Fixed
- Fixed few gaps on projects

### Security
- Upgrade latest packages

## [0.2.0] - 2023-11-29
### Fixed
- Fixed few grammar issues
Expand Down Expand Up @@ -101,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Few issues on dark mode and event listner

[Unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.0...HEAD
[unreleased]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.1.2...v0.2.1
[0.2.0]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/RSickenberg/rsickenberg.me-next/compare/v0.1.0...v0.1.1
Expand Down
Loading

0 comments on commit 056505c

Please sign in to comment.