Skip to content

Commit f7e489c

Browse files
committed
chore: release v0.9.0
1 parent a817a79 commit f7e489c

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.8.3...v0.9.0)
2+
3+
## 🚀 Features
4+
5+
- **cloudflare**: manage the proxy CDN, zone settings, and cache rules ([dfe675d](https://github.com/stacksjs/ts-cloud/commit/dfe675d)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
7+
## 🐛 Bug Fixes
8+
9+
- **cloudflare,acme**: correct DNS readiness check and cache rule overlap ([a817a79](https://github.com/stacksjs/ts-cloud/commit/a817a79)) _(by Chris <chrisbreuer93@gmail.com>)_
10+
11+
## 🧹 Chores
12+
13+
- release v0.9.0 ([53fb6b4](https://github.com/stacksjs/ts-cloud/commit/53fb6b4)) _(by Chris <chrisbreuer93@gmail.com>)_
14+
15+
## Contributors
16+
17+
- _Chris <chrisbreuer93@gmail.com>_
18+
119
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.8.2...v0.8.3)
220

321
## 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-cloud",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.9.0",
55
"private": true,
66
"description": "A ",
77
"author": "Chris Breuer <chris@stacksjs.com>",

packages/aws-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/aws-types",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.9.0",
55
"description": "AWS CloudFormation resource type definitions (without AWS SDK)",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/core",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.9.0",
55
"description": "Core CloudFormation generation library for ts-cloud",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/ts-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/ts-cloud",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.9.0",
55
"description": "A lightweight, performant infrastructure-as-code library and CLI for deploying both server-based (EC2) and serverless applications.",
66
"author": "Chris Breuer <chris@stacksjs.com>",
77
"license": "MIT",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ts-cloud/ui",
33
"type": "module",
4-
"version": "0.8.3",
4+
"version": "0.9.0",
55
"private": true,
66
"description": "ts-cloud management dashboard (stx). Served behind HTTP Basic auth.",
77
"scripts": {

0 commit comments

Comments
 (0)