Skip to content

Commit

Permalink
🔖 1.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.3.0-beta.1](v1.2.3...v1.3.0-beta.1) (2021-06-05)

## ✨ New Features
- [`3ae8489`](3ae8489)   Add accepting abort controller signal
- [`b5d6142`](b5d6142)   Export REGISTRIES and tyeps of Registry, RegisterableResult

## 🐛 Bug Fixes
- [`cca5496`](cca5496)   Fix validator for npm module name
  • Loading branch information
semantic-release-bot committed Jun 5, 2021
1 parent b5d6142 commit 766f96f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v1.3.0-beta.1](https://github.com/TomokiMiyauci/registerable/compare/v1.2.3...v1.3.0-beta.1) (2021-06-05)

## ✨ New Features
- [`3ae8489`](https://github.com/TomokiMiyauci/registerable/commit/3ae8489) Add accepting abort controller signal
- [`b5d6142`](https://github.com/TomokiMiyauci/registerable/commit/b5d6142) Export REGISTRIES and tyeps of Registry, RegisterableResult

## 🐛 Bug Fixes
- [`cca5496`](https://github.com/TomokiMiyauci/registerable/commit/cca5496) Fix validator for npm module name

# [v1.2.3](https://github.com/TomokiMiyauci/registerable/compare/v1.2.2...v1.2.3) (2021-06-04)

## 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "registerable",
"description": "Check if it can be registered as a package name or domain name",
"version": "1.2.3",
"version": "1.3.0-beta.1",
"bin": {
"registerable": "dist/cli.js"
},
Expand Down

0 comments on commit 766f96f

Please sign in to comment.