Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
helbing committed Apr 14, 2023
1 parent c7a68ce commit f1cbf0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astrojs-aws",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"preinstall": "npx -y only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs-aws/adapter",
"version": "0.0.7",
"version": "0.0.8",
"description": "The Astro adapter of AWS Serverless",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs-aws/construct",
"version": "0.0.7",
"version": "0.0.8",
"description": "The CDK Construct Library of Astro",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit f1cbf0a

Please sign in to comment.