Skip to content

Commit f04d888

Browse files
committed
chore: release v0.12.12
1 parent 0e0283e commit f04d888

7 files changed

Lines changed: 23 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.12.11...v0.12.12)
2+
3+
## ✨ Features
4+
5+
- **ssh**: serve LAN hosts from the box's own certificate authority ([0e0283e](https://github.com/stacksjs/ts-cloud/commit/0e0283e)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
7+
## 🔧 Chores
8+
9+
- release v0.12.12 ([6929dd3](https://github.com/stacksjs/ts-cloud/commit/6929dd3)) _(by Chris <chrisbreuer93@gmail.com>)_
10+
11+
## Contributors
12+
13+
- _Chris <chrisbreuer93@gmail.com>_
14+
115
[Compare changes](https://github.com/stacksjs/ts-cloud/compare/v0.12.10...v0.12.11)
216

317
## ✨ Features

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12.11",
4+
"version": "0.12.12",
55
"private": true,
66
"description": "Deploy to AWS, Hetzner Cloud or your own Linux hosts from one typed config.",
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.12.11",
4+
"version": "0.12.12",
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.12.11",
4+
"version": "0.12.12",
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.12.11",
4+
"version": "0.12.12",
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.12.11",
4+
"version": "0.12.12",
55
"private": true,
66
"description": "ts-cloud management dashboard (stx). Served behind HTTP Basic auth.",
77
"scripts": {

0 commit comments

Comments
 (0)