bump to 0.0.4; bring back buttons & add line anchors

This commit is contained in:
Ricardo Pardini
2023-03-17 08:31:51 -03:00
parent 145ffc0858
commit 4b1f0bc869
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true # avoid bitrot with repeated cache hits
push: true
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.3 # @TODO: read from package.json
tags: ghcr.io/${{ github.repository_owner }}/ansi-hastebin:latest,ghcr.io/${{ github.repository_owner }}/ansi-hastebin:0.0.4 # @TODO: read from package.json
labels: |
org.opencontainers.image.title=ansi-hastebin
org.opencontainers.image.description=${{ github.event.repository.description }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ansi-hastebin",
"version": "0.0.3",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ansi-hastebin",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"busboy": "^1",
"connect": "^3",

View File

@@ -1,6 +1,6 @@
{
"name": "ansi-hastebin",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"description": "Private Pastebin Server hacked for ANSI",
"keywords": [