Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## [0.2.2](https://github.com/governify/notificator/compare/v0.2.1...v0.2.2) (2025-11-21)


### Bug Fixes

* Increase JSON payload limit to 50mb ([bcac7cb](https://github.com/governify/notificator/commit/bcac7cbc61b101d65103c149ad41488f274126e0))
* Remove pull_request trigger from Docker release workflow ([3f6fe99](https://github.com/governify/notificator/commit/3f6fe99ea5128ac0162e92dd1e8c889fd5be19e9))
* Update PORT configuration from 6200 to 6100 ([2a2132a](https://github.com/governify/notificator/commit/2a2132a0c01bdeccb0bd0f198ad2d5614bc5905d))
* Update PORT configuration to 6200 ([3397661](https://github.com/governify/notificator/commit/33976619474d8fc89c970447c0b9c64367a76458))



## [0.2.1](https://github.com/governify/notificator/compare/v0.2.0...v0.2.1) (2025-10-13)



# [0.2.0](https://github.com/governify/notificator/compare/f5fecd9cecf75dd5d71a20ae898ac0526210d0de...v0.2.0) (2025-10-13)


### Bug Fixes

* Update PORT configuration from 5900 to 6100 in environment files and documentation ([a4d46f9](https://github.com/governify/notificator/commit/a4d46f9f9050443cc2848e42c9d571b387f4e9cc))


### Features

* Add Dockerfile and GitHub Actions workflow for Docker release process ([b74d788](https://github.com/governify/notificator/commit/b74d788d3214773307f735db3a5e8e462155efea))
* Add notification service for email and Slack with validation ([f5fecd9](https://github.com/governify/notificator/commit/f5fecd9cecf75dd5d71a20ae898ac0526210d0de))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notificator",
"version": "0.1.0",
"version": "0.2.2",
"description": "Sends notifications to email, slack...",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -37,4 +37,4 @@
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
}
}
}