Release v0.1.0 #5

Merged
B00tLoad merged 37 commits from release/v.0.1.0 into main 2025-09-01 12:19:37 +02:00
Showing only changes of commit c1c8eda3b2 - Show all commits

View File

@@ -2,7 +2,7 @@
"name": "@cis-oss/pushover", "name": "@cis-oss/pushover",
"description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.", "description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.",
"homepage": "https://cis-oss.github.io/pushover", "homepage": "https://cis-oss.github.io/pushover",
"version": "0.0.1", "version": "0.1.0",
"main": "src/index.ts", "main": "src/index.ts",
"author": { "author": {
"email": "hi@b00tload.space", "email": "hi@b00tload.space",
@@ -70,7 +70,6 @@
"test": "jest", "test": "jest",
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"private": true,
"license": "MIT", "license": "MIT",
"husky": { "husky": {
"shell": "bash" "shell": "bash"