Skip to content

Commit

Permalink
Merge branch 'release/release/0.15.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
2 parents 23117b3 + c1dcbe0 commit 1b6839a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand All @@ -15,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- run: npx changelogithub
env:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Get started like this:
npm i zeed
```

Links:

- API docs at https://zeed.holtwick.de/
- Github repo at https://github.com/holtwick/zeed

## Universal Logging

Powerful logging for browser and terminal.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.15.7",
"version": "0.15.8",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down

0 comments on commit 1b6839a

Please sign in to comment.