chore(release): 0.1.2

This commit is contained in:
Corban-Lee Jones 2025-04-22 17:07:28 +01:00
parent 1f3ec703eb
commit de833e8a13
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.1.2](https://gitea.cor.bz/corbz/relay/compare/v0.1.1...v0.1.2) (2025-04-22)
### Features
* basic table on feeds view ([78ab28e](https://gitea.cor.bz/corbz/relay/commit/78ab28e73c8df021ce88b6f1ac9dbb5b46dce84b))
### [0.1.1](https://gitea.cor.bz/corbz/relay/compare/v0.1.0...v0.1.1) (2025-04-22)

View File

@ -1,6 +1,6 @@
{
"name": "relay",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",