Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbopec committed Mar 29, 2022
1 parent f55c69a commit f2d8f3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.1](https://github.com/i-doit/enten-types/compare/v1.0.0...v1.0.1) (2022-03-29)


### Bug Fixes

* **package:** fix the package name ([f55c69a](https://github.com/i-doit/enten-types/commit/f55c69abd2800d3570f182f5c383765259726de5))

## 1.0.0 (2022-03-29)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-doit/enten-types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enten Types is a library to create type-safe guards to check the shape of unknown data",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down

0 comments on commit f2d8f3c

Please sign in to comment.