Skip to content

Commit 178c805

Browse files
committed
chore: release v0.0.18
1 parent 58b40a2 commit 178c805

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astrojs-aws",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx -y only-allow pnpm",

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs-aws/adapter",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "The Astro adapter of AWS Serverless",
55
"type": "module",
66
"exports": {

packages/construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs-aws/construct",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "The CDK Construct Library of Astro",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)