diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..ce862a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +## 1.0.0 diff --git a/ROADMAP.md b/ROADMAP.md index 8c35887..0351793 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,36 +1,36 @@ # Roadmap -- [ ] **v1.0** +- [ ] **v1.0.1** - [ ] Headers images - [ ] Integration HTML/CSS for all transactions. Factored code. 4 colours -- [ ] **v1.1** +- [ ] **v1.1.0** - [ ] Check / sanitize payloads - [ ] Support inlines images - [ ] SMTP custom sandbox - [ ] Fix sendgrid / sendinblue tests -- [ ] **v1.2** +- [ ] **v1.2.0** - [ ] Support Mandrill -- [ ] **v1.3** +- [ ] **v1.3.0** - [ ] Support Amazon SES -- [ ] **v1.4** +- [ ] **v1.4.0** - [ ] Support Mailsender -- [ ] **v1.5** +- [ ] **v1.5.0** - [ ] Concrete classes for Error, Body, ... of each transporter - [ ] Support SMTP and WEB API in same process - [ ] Allow cliamrc.json as -g config (by the way allow multiple configurations) - [ ] CLI tool -- [ ] **v1.6** +- [ ] **v1.6.0** - [ ] Mail sendings logging (!RGPD) - [ ] Support I18N -- [ ] **v1.7** +- [ ] **v1.7.0** - [ ] Support AMP -- [ ] **v1.8** +- [ ] **v1.8.0** - [ ] Support icalEvent \ No newline at end of file diff --git a/package.json b/package.json index e8560a1..f834f9d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "cliam", - "version": "0.0.9", + "version": "1.0.0", "engines": { "node": ">=14.16" }, "author": "Steve Lebleu", "license": "GPL", - "description": "Wrapper for mail sending", + "description": "Agnostic transactional email sending in Node.js environment", "keywords": [ "node", "typescript", @@ -44,7 +44,8 @@ "test:unit": "./node_modules/.bin/mocha -r ts-node/register -r tsconfig-paths/register ./test/units/00-bootstrap.unit.test.js --exit --reporter spec --timeout 5000 --env test", "test:e2e": "./node_modules/.bin/mocha -r ts-node/register -r tsconfig-paths/register ./test/e2e/00-bootstrap.e2e.test.js --exit --reporter spec --timeout 5000 --env test", "doc:typedoc": "typedoc --name 'Cliam documentation' --defaultCategory 'Test' --categorizeByGroup true --out ./docs/typedoc ./src", - "todo": "leasot -x --reporter markdown './src/**/*.ts' > TODO.md && git add TODO.md" + "todo": "leasot -x --reporter markdown './src/**/*.ts' > TODO.md && git add TODO.md", + "version": "git add package.json && git add README.md && auto-changelog -p && git add CHANGELOG.md && git commit -m \"Update changelog\"" }, "_moduleAliases": { "@classes": "lib/classes", diff --git a/test/utils/fixtures/files/electric-bulb.mp4 b/test/utils/fixtures/files/electric-bulb.mp4 deleted file mode 100755 index 8f7f89b..0000000 Binary files a/test/utils/fixtures/files/electric-bulb.mp4 and /dev/null differ diff --git a/test/utils/fixtures/files/tags.png b/test/utils/fixtures/files/tags.png deleted file mode 100755 index 503d2fa..0000000 Binary files a/test/utils/fixtures/files/tags.png and /dev/null differ