Skip to content

Commit

Permalink
chore(release): 2.21.1
Browse files Browse the repository at this point in the history
## [2.21.1](v2.21.0...v2.21.1) (2022-09-06)

### Bug Fixes

* **core:** add missing property ([300167d](300167d))
* **core:** add missing property ([72cf3f7](72cf3f7))
* **scraper:** add missing cloudflare solved metric ([ac634ec](ac634ec))
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent 300167d commit 56eb197
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.21.1](https://github.com/mytlogos/enterprise-lister/compare/v2.21.0...v2.21.1) (2022-09-06)


### Bug Fixes

* **core:** add missing property ([300167d](https://github.com/mytlogos/enterprise-lister/commit/300167dacf9cf2b5d81c0f06f5b7b93ab215e55a))
* **core:** add missing property ([72cf3f7](https://github.com/mytlogos/enterprise-lister/commit/72cf3f76e1a2dccff710a194898a51b67cfc02d3))
* **scraper:** add missing cloudflare solved metric ([ac634ec](https://github.com/mytlogos/enterprise-lister/commit/ac634ec85747502bd4fa70807978084340e9b409))

# [2.21.0](https://github.com/mytlogos/enterprise-lister/compare/v2.20.1...v2.21.0) (2022-09-06)


Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- mariadb
crawler:
restart: always
image: ghcr.io/mytlogos/enterprise-lister:v2.21.0
image: ghcr.io/mytlogos/enterprise-lister:v2.21.1
command: ["node", "packages/scraper/dist/startCrawler.js"]
working_dir: /code
volumes:
Expand All @@ -50,7 +50,7 @@ services:
NODE_APP_NAME: crawler
web:
restart: always
image: ghcr.io/mytlogos/enterprise-lister:v2.21.0
image: ghcr.io/mytlogos/enterprise-lister:v2.21.1
command: ["node", "packages/server/dist/startServer.js"]
working_dir: /code
volumes:
Expand Down
12 changes: 6 additions & 6 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": "2.21.0",
"version": "2.21.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprise-core",
"version": "2.21.0",
"version": "2.21.1",
"private": true,
"scripts": {
"build": "tsc -p ./",
Expand Down
2 changes: 1 addition & 1 deletion packages/scraper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprise-scraper",
"version": "2.21.0",
"version": "2.21.1",
"private": true,
"scripts": {
"test:unit": "vue-cli-service test:unit",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprise-server",
"version": "2.21.0",
"version": "2.21.1",
"private": true,
"scripts": {
"build": "tsc -p ./",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprise-website",
"version": "2.21.0",
"version": "2.21.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 56eb197

Please sign in to comment.