Skip to content

Commit c8ced13

Browse files
committed
chore: release v0.2.59
1 parent 3b725dd commit c8ced13

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.58...v0.2.59)
3+
4+
### 🧪 Tests
5+
6+
- **stx**: avoid global clock in async suites ([3b725dd](https://github.com/stacksjs/stx/commit/3b725dd)) _(by Chris <chrisbreuer93@gmail.com>)_
7+
8+
### 🧹 Chores
9+
10+
- release v0.2.59 ([0959f56](https://github.com/stacksjs/stx/commit/0959f56)) _(by Chris <chrisbreuer93@gmail.com>)_
11+
12+
### Contributors
13+
14+
- _Chris <chrisbreuer93@gmail.com>_
15+
16+
[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.58...HEAD)
17+
18+
### 🧪 Tests
19+
20+
- **stx**: avoid global clock in async suites ([3b725dd](https://github.com/stacksjs/stx/commit/3b725dd)) _(by Chris <chrisbreuer93@gmail.com>)_
21+
22+
### Contributors
23+
24+
- _Chris <chrisbreuer93@gmail.com>_
25+
226
[Compare changes](https://github.com/stacksjs/stx/compare/v0.2.57...v0.2.58)
327

428
### 🧪 Tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stx",
33
"type": "module",
4-
"version": "0.2.58",
4+
"version": "0.2.59",
55
"private": true,
66
"description": "A fast & powerful UI / templating engine. Laravel Blade & Vue-inspired. Powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/stx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/stx",
33
"type": "module",
4-
"version": "0.2.58",
4+
"version": "0.2.59",
55
"description": "A performant UI Framework. Powered by Bun.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)