Skip to content

Commit 78d9f96

Browse files
committed
chore: release v0.0.16
1 parent 34dccc2 commit 78d9f96

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.15",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
44
"description": "The CDK Construct Library of Astro",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)