Skip to content

Commit

Permalink
Merge pull request #6 from squeeble-ink/develop
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
TessavWalstijn authored Feb 19, 2024
2 parents 5139024 + a0dbb77 commit a053bae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SE Readme Changelog

## [[v2.1.2] - 2024/02/19](https://github.com/squeeble-ink/stackexchange.readme-stats/releases/tag/v2.1.2)

### Fixed

- nginx ports

## [[v2.1.1] - 2024/02/19](https://github.com/squeeble-ink/stackexchange.readme-stats/releases/tag/v2.1.1)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion nginx/dev.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
upstream shackexchange_readme_stats_dev {
server 127.0.0.1:2990;
server 127.0.0.1:3071;
keepalive 8;
}

Expand Down
2 changes: 1 addition & 1 deletion nginx/prd.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
upstream shackexchange_readme_stats {
server 127.0.0.1:2990;
server 127.0.0.1:3070;
keepalive 8;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackexchange.readme-stats",
"version": "2.1.1",
"version": "2.1.2",
"description": "Stack Exchange Readme Stats",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit a053bae

Please sign in to comment.