v0.0.3: bump from 0.0.2 to trigger an automated deployment
ci/woodpecker/push/woodpecker Pipeline was successful Details

i broke the ci while moving the repo from x1ddos/nostrweb to
nostr/nostrweb - all settings remained in the old repo and pipelines
didn't run at the new location.

could've overwritten the git tag but what happens in public git,
stays in git. so, just making a new dummy tag to trigger the ci.
pull/13/head v0.0.3
alex 2 years ago
parent d6e49dc769
commit 64170846d3
Signed by: x1ddos
GPG Key ID: FDEFB4A63CBD8460

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "nostrweb", "name": "nostrweb",
"version": "0.0.2", "version": "0.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nostrweb", "name": "nostrweb",
"version": "0.0.2", "version": "0.0.3",
"devDependencies": { "devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"esbuild": "^0.14.54", "esbuild": "^0.14.54",

@ -1,6 +1,6 @@
{ {
"name": "nostrweb", "name": "nostrweb",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save