Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomut0 committed Jul 21, 2024
1 parent 884a78d commit 4905903
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/Tomut0/SimpleClansStats/compare/v1.0.0...v1.1.0) (2024-07-21)


### Features

* add Dockerfile and docker compose ([bc673ea](https://github.com/Tomut0/SimpleClansStats/commit/bc673ea05e028b9d23100ed1832d87f8550a67cd))


### Bug Fixes

* env for kill weight is not allowed outside of config files ([2301abc](https://github.com/Tomut0/SimpleClansStats/commit/2301abc3258b54610e1ac9c6bdc462181315ec99))

## 1.0.0 (2024-06-23)


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
Expand Up @@ -2,7 +2,7 @@
"name": "scstats",
"author": "Tomut0",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 4905903

Please sign in to comment.