Skip to content

Commit 0178a71

Browse files
chore(main): release 0.0.1
1 parent a815618 commit 0178a71

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.0.1 (2023-02-12)
4+
5+
6+
### Features
7+
8+
* adding release-please initial config ([a815618](https://github.com/bbs-io/reader/commit/a81561893d189ef2a692a0cda4b7b993c67630a7))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"name": "@bbs/reader",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "BBS.io Reader is a message reader application for BBS usage for NNTP and QWK",
66
"main": "src/main.tsx",
7-
"keywords": ["bbs","nntp","forum","bulletinboard","smtp","pop","email","qwk"],
7+
"keywords": [
8+
"bbs",
9+
"nntp",
10+
"forum",
11+
"bulletinboard",
12+
"smtp",
13+
"pop",
14+
"email",
15+
"qwk"
16+
],
817
"author": "Michael J. Ryan <[email protected]> (https://tracker1.dev/)",
918
"contributors": [
1019
{
@@ -19,8 +28,8 @@
1928
"url": "https://github.com/bbs-io/reader.git"
2029
},
2130
"bugs": {
22-
"url" : "https://github.com/bbs-io/reader/issues",
23-
"email" : "[email protected]"
31+
"url": "https://github.com/bbs-io/reader/issues",
32+
"email": "[email protected]"
2433
},
2534
"license": "MIT",
2635
"type": "module",

0 commit comments

Comments
 (0)