Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.0...v2.0.0) (2024-01-18)

### Features

* add typescript error check utility ([0735473](0735473))
* refactor module loader ([a8ab89d](a8ab89d))

### BREAKING CHANGES

* get module export api changed
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent 0735473 commit e44377c
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 @@
# [2.0.0](https://github.com/tada5hi/locter/compare/v1.3.0...v2.0.0) (2024-01-18)


### Features

* add typescript error check utility ([0735473](https://github.com/tada5hi/locter/commit/0735473bd2d29987b43a0a57982845417fd4e406))
* refactor module loader ([a8ab89d](https://github.com/tada5hi/locter/commit/a8ab89da838134625760f756dee2d454cac8521a))


### BREAKING CHANGES

* get module export api changed

# [1.3.0](https://github.com/tada5hi/locter/compare/v1.2.3...v1.3.0) (2024-01-09)


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": "locter",
"version": "1.3.0",
"version": "2.0.0",
"description": "A library to locate a file/module by criteria and load it!",
"author": {
"name": "Peter Placzek",
Expand Down

0 comments on commit e44377c

Please sign in to comment.