Skip to content

Commit

Permalink
Update dependencies, bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 6, 2024
1 parent c2860af commit 66a1512
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye"
"image": "mcr.microsoft.com/devcontainers/typescript-node:22-bullseye"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22

- name: Update npm
run: npm install -g npm@latest
Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Snapweb changelog

## Version 0.7.50
## Version 0.8.0

### Features

Expand All @@ -11,7 +11,9 @@

### General

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

_Johannes Pohl <snapweb@badaix.de> Tue, 06 Aug 2024 00:13:37 +0200_

## Version 0.7.0

Expand Down
Loading

0 comments on commit 66a1512

Please sign in to comment.