Skip to content

Commit

Permalink
fix: 404 after install (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Szwarc <[email protected]>
  • Loading branch information
hoolek77 and KonradSzwarc authored Aug 25, 2023
1 parent 00e5d6b commit d0c4641
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 67 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2023-08-25

### Breaking

- Bump astro-compress version to prevent failing install

## [0.2.1] - 2023-07-10

### Dependencies
Expand Down
178 changes: 113 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"engines": {
"node": ">=18",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@percy/cli": "1.26.2",
"@types/marked": "5.0.0",
"astro": "2.8.0",
"astro-compress": "1.1.49",
"astro-compress": "2.0.14",
"concurrently": "8.2.0",
"date-fns": "2.30.0",
"favicons": "7.1.3",
Expand Down

1 comment on commit d0c4641

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.