Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-11-14)

### Bug Fixes

* change getenv defaults and added skip keys ([eec4d40](eec4d40))
* csrf validation logic ([ff9c3fe](ff9c3fe))
* nginx conf copy path ([f8fd819](f8fd819))
* output ref variable for docker build ([483b216](483b216))
* outsource release and build workflow ([5e421ec](5e421ec))
* release workflow trigger on tag creation ([7489059](7489059))
* release workflow with semantic exec version pass ([bd8f9e7](bd8f9e7))
* remove unused dotenv ([2c3b65d](2c3b65d))
* rename proccessform file ([15ddf21](15ddf21))
* rename vars and functions, error handling fixed, defaults for getenv ([51c1e6c](51c1e6c))
* typo ([0ee733e](0ee733e))

### Features

* add package json with semantic release ([41c3784](41c3784))
* nginx conf ([0940bbd](0940bbd))
* nginx dockerfile ([0b19230](0b19230))
* php dockerfile ([3da07dc](3da07dc))
* semantic config ([70649f8](70649f8))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 71b9149 commit 5a1253b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.0.0 (2024-11-14)


### Bug Fixes

* change getenv defaults and added skip keys ([eec4d40](https://github.com/Nemental/friendlyPHPMailer/commit/eec4d401eab1bcf0c065c86a9cc44f8a8b299b82))
* csrf validation logic ([ff9c3fe](https://github.com/Nemental/friendlyPHPMailer/commit/ff9c3fe770438191389073c8dabd03c62b40629a))
* nginx conf copy path ([f8fd819](https://github.com/Nemental/friendlyPHPMailer/commit/f8fd81947cafdcccbddb0d9bc209e35e4b9d246b))
* output ref variable for docker build ([483b216](https://github.com/Nemental/friendlyPHPMailer/commit/483b2165e9ed77610deb2b5f7a8bdbb911c81e03))
* outsource release and build workflow ([5e421ec](https://github.com/Nemental/friendlyPHPMailer/commit/5e421ec7920fee8933facc8d586f6506c9650a32))
* release workflow trigger on tag creation ([7489059](https://github.com/Nemental/friendlyPHPMailer/commit/7489059a0083b9ffa5c7b2d389af907131607c14))
* release workflow with semantic exec version pass ([bd8f9e7](https://github.com/Nemental/friendlyPHPMailer/commit/bd8f9e72500cf64adf85ac042f6e2c0920cc10c3))
* remove unused dotenv ([2c3b65d](https://github.com/Nemental/friendlyPHPMailer/commit/2c3b65d5c222345de7f5d0bfddba655f57d6b6ac))
* rename proccessform file ([15ddf21](https://github.com/Nemental/friendlyPHPMailer/commit/15ddf21c9a398122af98af4c95bf22e75fb45ae8))
* rename vars and functions, error handling fixed, defaults for getenv ([51c1e6c](https://github.com/Nemental/friendlyPHPMailer/commit/51c1e6cd2edb88b9a90b4bde812597cbe28147c3))
* typo ([0ee733e](https://github.com/Nemental/friendlyPHPMailer/commit/0ee733e0957693721a01c5090cfab3eb3eb1035e))


### Features

* add package json with semantic release ([41c3784](https://github.com/Nemental/friendlyPHPMailer/commit/41c3784e94771d9a9b1c6df956ff7efc6eea4b97))
* nginx conf ([0940bbd](https://github.com/Nemental/friendlyPHPMailer/commit/0940bbd403de88ea7e55474048aae61ecb11c204))
* nginx dockerfile ([0b19230](https://github.com/Nemental/friendlyPHPMailer/commit/0b19230c41f89982e8bd9c6b46872f24cb86b796))
* php dockerfile ([3da07dc](https://github.com/Nemental/friendlyPHPMailer/commit/3da07dccbd0755d9bc7ec139932fc6377b0960fd))
* semantic config ([70649f8](https://github.com/Nemental/friendlyPHPMailer/commit/70649f8371dacb88f2247b4299acb4e7b700b565))

## [1.0.4](https://github.com/Nemental/friendlyPHPMailer/compare/v1.0.3...v1.0.4) (2024-10-23)


Expand Down

0 comments on commit 5a1253b

Please sign in to comment.