Skip to content

Commit

Permalink
🔖 1.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2021-05-19)

## ✨ New Features
- [`c6b14ec`](c6b14ec)   Add validation for deno land module name
  • Loading branch information
semantic-release-bot committed May 19, 2021
1 parent 0b98d0e commit f4dbd00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v1.0.0-beta.6](https://github.com/TomokiMiyauci/nameable/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2021-05-19)

## ✨ New Features
- [`c6b14ec`](https://github.com/TomokiMiyauci/nameable/commit/c6b14ec) Add validation for deno land module name

# [v1.0.0-beta.5](https://github.com/TomokiMiyauci/nameable/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-05-18)

## ✨ New Features
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": "@miyauci/nameable",
"description": "Cross-check whether it can be used as a package name or domain name",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"bin": {
"nameable": "dist/cli.js"
},
Expand Down

0 comments on commit f4dbd00

Please sign in to comment.