Skip to content

Commit 66a1512

Browse files
committed
Update dependencies, bump version to v0.8.0
1 parent c2860af commit 66a1512

5 files changed

Lines changed: 289 additions & 312 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Node.js & TypeScript",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye"
6+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22-bullseye"
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 21
28+
node-version: 22
2929

3030
- name: Update npm
3131
run: npm install -g npm@latest

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snapweb changelog
22

3-
## Version 0.7.50
3+
## Version 0.8.0
44

55
### Features
66

@@ -11,7 +11,9 @@
1111

1212
### General
1313

14-
_Johannes Pohl <snapweb@badaix.de> Thu, 21 Mar 2024 00:13:37 +0200_
14+
- Improve audio latency (PR #93)
15+
16+
_Johannes Pohl <snapweb@badaix.de> Tue, 06 Aug 2024 00:13:37 +0200_
1517

1618
## Version 0.7.0
1719

0 commit comments

Comments
 (0)