diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8e1f7..f4b59b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v0.1.2](https://git.odit.services/lfk/mailer/compare/v0.1.2...v0.1.2) + +- update runner-welcome mail template [`#15`](https://git.odit.services/lfk/mailer/issues/15) +- 🧾New changelog file version [CI SKIP] [skip ci] [`e713ef5`](https://git.odit.services/lfk/mailer/commit/e713ef54ef39d4759832ada073cea825b4ef26dc) + #### [v0.1.2](https://git.odit.services/lfk/mailer/compare/v0.1.1...v0.1.2) +> 15 April 2021 + +- Merge pull request 'Release 0.1.2' (#14) from dev into main [`15b98e8`](https://git.odit.services/lfk/mailer/commit/15b98e83098906005e0f3f0b24313f9cab6ec1af) - Fixed typos and added missing translations🌎 [`8099d2f`](https://git.odit.services/lfk/mailer/commit/8099d2fdbaa8fea6e4fd6a993ac1cfb09e01d14d) - 🧾New changelog file version [CI SKIP] [skip ci] [`c8378b6`](https://git.odit.services/lfk/mailer/commit/c8378b66ba512a90ca4386d5a3570f4bb8bea049) +- 🧾New changelog file version [CI SKIP] [skip ci] [`fbc95be`](https://git.odit.services/lfk/mailer/commit/fbc95be3455eed0d97a124f7df277d0f902e76c9) - 🚀Bumped version to v0.1.2 [`d550059`](https://git.odit.services/lfk/mailer/commit/d5500594945b99e428ac1651afd1fe8a8eeba192) #### [v0.1.1](https://git.odit.services/lfk/mailer/compare/v0.1.0...v0.1.1) diff --git a/licenses.md b/licenses.md index 5ae5909..65efca2 100644 --- a/licenses.md +++ b/licenses.md @@ -244,7 +244,7 @@ SOFTWARE. # i18next-fs-backend **Author**: undefined **Repo**: git@github.com:i18next/i18next-fs-backend.git -**License**: undefined +**License**: MIT **Description**: i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem. ## License Text @@ -604,7 +604,7 @@ SOFTWARE. **Author**: [object Object] **Repo**: https://github.com/remy/nodemon.git **License**: MIT -**Description**: Simple monitor script for use during development of a node.js app. +**Description**: Simple monitor script for use during development of a Node.js app. ## License Text MIT License @@ -687,6 +687,27 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. **License**: MIT **Description**: Starts server, waits for URL, then runs test command; when the tests end, shuts down server ## License Text +MIT License + +Copyright (c) 2022 bahmutov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. # ts-jest diff --git a/src/Mailer.ts b/src/Mailer.ts index c0cd66e..fb2195f 100644 --- a/src/Mailer.ts +++ b/src/Mailer.ts @@ -134,7 +134,7 @@ export class Mailer { link_imprint: `${config.app_url}/imprint`, link_privacy: `${config.app_url}/privacy`, selfservice_link: `${config.app_url}/selfservice/profile/${token}`, - forgot_link: `${config.app_url}/selfservice`, + forgot_link: `${config.app_url}/selfservice/`, contact_mail: config.contact_mail, event_name: config.event_name } @@ -168,7 +168,7 @@ export class Mailer { link_imprint: `${config.app_url}/imprint`, link_privacy: `${config.app_url}/privacy`, selfservice_link: `${config.app_url}/selfservice/profile/${token}`, - forgot_link: `${config.app_url}/selfservice`, + forgot_link: `${config.app_url}/selfservice/`, contact_mail: config.contact_mail, event_name: config.event_name }