Skip to content

Commit

Permalink
Update dependencies and peer dependency version for Astro
Browse files Browse the repository at this point in the history
  • Loading branch information
tex0l committed Jan 24, 2024
1 parent 0732af4 commit cd1adfa
Show file tree
Hide file tree
Showing 4 changed files with 2,980 additions and 3,583 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## [0.0.2] - 2024-01-24
- Added a homepage in the package.json [#2](https://github.com/tex0l/astro-pintora/pull/2), thanks [@stereobooster](https://github.com/stereobooster).
- Updated dependencies.
- Updated peer dependency version for Astro to accept `^3.0.0 || ^4.0.0`.

## [0.0.1] - 2023-12-13
First version
7 changes: 1 addition & 6 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"~/*": ["../*"],
"~": ["../"]
},
"strictNullChecks": true,
"plugins": [
{
"name": "@astrojs/ts-plugin"
},
]
"strictNullChecks": true
}
}
Loading

0 comments on commit cd1adfa

Please sign in to comment.