Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-01-12)

### Bug Fixes

* extended type information + added README.md section ([d0fc503](d0fc503))
* typescript type generation ([238d3b6](238d3b6))

### Features

* bump version ([501294f](501294f))
  • Loading branch information
semantic-release-bot committed Jan 12, 2023
1 parent c292eb3 commit 5dfa6a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.0.0 (2023-01-12)


### Bug Fixes

* extended type information + added README.md section ([d0fc503](https://github.com/Tada5hi/mime-explorer/commit/d0fc503a50151e895f7ed38c48654554e9bad4a5))
* typescript type generation ([238d3b6](https://github.com/Tada5hi/mime-explorer/commit/238d3b67d8fef2c05709d90ad09575422ab6b19c))


### Features

* bump version ([501294f](https://github.com/Tada5hi/mime-explorer/commit/501294fe010a96bd6360b720260a0b132444d8b3))

## [1.0.2](https://github.com/Tada5hi/mime-es/compare/v1.0.1...v1.0.2) (2023-01-12)


Expand Down
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": "mime-explorer",
"version": "0.0.0",
"version": "1.0.0",
"description": "This is a library for mime types. It provides an ESM and CJS build.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5dfa6a5

Please sign in to comment.