Skip to content

Commit

Permalink
chore(release): 1.24.1
Browse files Browse the repository at this point in the history
## [1.24.1](v1.24.0...v1.24.1) (2021-12-20)

### Bug Fixes

* missing promise await ([524aaa4](524aaa4))
* **scraper:** scraper url regex ([9003ed4](9003ed4))
  • Loading branch information
semantic-release-bot committed Dec 20, 2021
1 parent 9003ed4 commit 9b01861
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.24.1](https://github.com/mytlogos/enterprise-lister/compare/v1.24.0...v1.24.1) (2021-12-20)


### Bug Fixes

* missing promise await ([524aaa4](https://github.com/mytlogos/enterprise-lister/commit/524aaa4cb3f8ceb5e4544537ca7e25dab353c1f1))
* **scraper:** scraper url regex ([9003ed4](https://github.com/mytlogos/enterprise-lister/commit/9003ed4425fc3e3553b69282fda8440ecb1c6c3a))

# [1.24.0](https://github.com/mytlogos/enterprise-lister/compare/v1.23.0...v1.24.0) (2021-12-17)


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": "enterprise-other",
"version": "1.24.0",
"version": "1.24.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 9b01861

Please sign in to comment.