Skip to content

Commit

Permalink
Merge pull request #23 from redboltz/update_to_107
Browse files Browse the repository at this point in the history
Update the version to 1.0.7.
  • Loading branch information
redboltz authored Apr 17, 2021
2 parents d1c7441 + 30a8c8d commit b1b3571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.7
- Fixed codecov badge on README.md.

## 1.0.6
- Fixed document.
- Added keywords.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unique number allocator for JavaScript.

Version 1.0.6 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator)
Version 1.0.7 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/main/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator)

## How to use

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": "number-allocator",
"version": "1.0.6",
"version": "1.0.7",
"description": "A library for the unique number allocator",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit b1b3571

Please sign in to comment.