From 34da9ffedbfeaf52b64479428a4bc4b64a2be8dc Mon Sep 17 00:00:00 2001 From: Sergii Kovalov Date: Wed, 10 Jan 2024 12:55:49 -0800 Subject: [PATCH] chore(core): changelog and version update --- CHANGELOG.md | 4 ++-- README.md | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e9b6d..b930b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Unreleased list of features goes here... --> -## [6.1.0] - 2024-01-xx +## [6.1.0] - 2024-01-10 ### Breaking Changes - **Modified Autodeploy Behavior**: The behavior of auto-deploy has been updated. @@ -29,7 +29,7 @@ when executing the `sls remove` command to remove the AWS CloudFormation stack. - **Pure ESM Package**: Plugin transitioned to a pure ESM module. If you're unfamiliar with this, please [consult this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) to understand the implications. - **Serverless Version Requirement**: Ensure you are using `serverless` version [v3.2.0](https://github.com/serverless/serverless/releases/tag/v3.2.0) or above, as this is now the minimum supported version. -## [5.1.0] - 2024-01-xx +## [5.1.0] - 2024-01-10 ### Breaking Changes - **Modified Autodeploy Behavior**: The behavior of auto-deploy has been updated. diff --git a/README.md b/README.md index 86569a9..1cf705f 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ A serverless plugin that allows automatically creating, updating and removing AWS SES Templates using a configuration file and keeps your AWS SES Templates synced with your configuration file. --- -> 🚨 **Important Notice**: Starting from [6.x](https://github.com/Enase/serverless-ses-template/tree/6.0.0) version, plugin has transitioned to **[pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)** and requires serverless [v3.2.0](https://github.com/serverless/serverless/releases/tag/v3.2.0) or newer. +> 🚨 **Important Notice**: Starting from [6.x](https://github.com/Enase/serverless-ses-template) version, plugin has transitioned to **[pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)** and requires serverless [v3.2.0](https://github.com/serverless/serverless/releases/tag/v3.2.0) or newer. > -> If you need for **CJS package** use [5.x](https://github.com/Enase/serverless-ses-template/tree/5.0.2) plugin series +> If you need for **CJS package** use [5.x](https://github.com/Enase/serverless-ses-template/tree/5.1.0) plugin series > -> If you need compatibility with `serverless<=3.2.0`, please use tag [v4.0.7](https://github.com/Enase/serverless-ses-template/tree/4.0.7). +> If you need compatibility with `serverless<=3.0.0`, please use tag [v4.0.7](https://github.com/Enase/serverless-ses-template/tree/4.0.7). > > Read [motivation here](https://github.com/Enase/serverless-ses-template/discussions/61) --- diff --git a/package.json b/package.json index 2a73bf2..9c78a94 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "version": "6.0.0", + "version": "6.1.0", "description": "Serverless template sync plugin for Amazon Simple Email Service", "keywords": [ "serverless",