Skip to content

Commit 445d0ae

Browse files
github-actions[bot]QuentinRoy
authored andcommitted
version packages
1 parent 0572f38 commit 445d0ae

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/real-regions-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-showers-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/log-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lightmill/log-client
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- 0572f38: Fix failed requests not being properly handled.
8+
39
## 3.0.3
410

511
### Patch Changes

packages/log-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightmill/log-client",
3-
"version": "3.0.3",
3+
"version": "3.1.1",
44
"description": "Client for LightMill's log server.",
55
"license": "MIT",
66
"type": "module",

packages/log-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lightmill/log-server
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- e8d8347: Fix broken requests with query strings
8+
39
## 3.1.0
410

511
### Minor Changes

packages/log-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightmill/log-server",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Server, and middleware to receive, store and export lightmill logs",
55
"author": "Quentin Roy <contact@quentinroy.fr>",
66
"license": "MIT",

0 commit comments

Comments
 (0)