Skip to content

Commit cb760f4

Browse files
chore(main): release 3.0.5
1 parent bde18d9 commit cb760f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.5](https://github.com/manuelhenke/minesweeper-for-web/compare/v3.0.4...v3.0.5) (2024-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([#197](https://github.com/manuelhenke/minesweeper-for-web/issues/197)) ([8534ef1](https://github.com/manuelhenke/minesweeper-for-web/commit/8534ef1e701f1f28f440d341c0a49e8ad133a190))
9+
* **deps:** bump lit from 2.5.0 to 2.6.0 ([#205](https://github.com/manuelhenke/minesweeper-for-web/issues/205)) ([3b388fd](https://github.com/manuelhenke/minesweeper-for-web/commit/3b388fd6986acf3cfef243a089cafecf0ec8a29f))
10+
* **deps:** bump lit from 2.6.0 to 2.6.1 ([#211](https://github.com/manuelhenke/minesweeper-for-web/issues/211)) ([863526c](https://github.com/manuelhenke/minesweeper-for-web/commit/863526c4321dbbd33e09b87c13cc48c5e65a32d8))
11+
* **deps:** bump lit from 2.6.1 to 2.7.4 ([#320](https://github.com/manuelhenke/minesweeper-for-web/issues/320)) ([38d570d](https://github.com/manuelhenke/minesweeper-for-web/commit/38d570d3f0734126f59b2fb215145112e6bd6857))
12+
* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([#367](https://github.com/manuelhenke/minesweeper-for-web/issues/367)) ([5da8b1e](https://github.com/manuelhenke/minesweeper-for-web/commit/5da8b1eb71fa8300734b9d671ec3aeebe8fbc701))
13+
314
## [3.0.4](https://github.com/manuelhenke/minesweeper-for-web/compare/v3.0.3...v3.0.4) (2022-12-15)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minesweeper-for-web",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Minesweeper as a WebComponent.",
55
"keywords": [
66
"minesweeper",

0 commit comments

Comments
 (0)