Skip to content

Commit

Permalink
pub: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotten-LKZ committed Apr 4, 2022
1 parent 5fde3ee commit cefc57f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/data
/.github
/coverage
/utils
yarn.lock
tsconfig.json
.eslintrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "concisedb",
"version": "1.0.0",
"version": "1.0.1",
"description": "A database library stores JSON file for Node.js.",
"keywords": [
"database",
Expand Down
4 changes: 4 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

This file shows you what updated every version. (Only includes Version 1)

## Version 1.0.1 on 2022-04-04

Fix: delete a redundant file

## Version 1.0.0 on 2022-04-03

The first version of Version 1

0 comments on commit cefc57f

Please sign in to comment.