From 61de3dae9731887c9a89eeab01e7fc028aedda74 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Apr 2024 08:46:40 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/ShellXploit/aws-mock-data/compare/v1.1.0...v1.2.0) (2024-04-20) ### Features * **cognito:** :sparkles: Control JWT timestamps via props ([#21](https://github.com/ShellXploit/aws-mock-data/issues/21)) ([08254f3](https://github.com/ShellXploit/aws-mock-data/commit/08254f398eb5904e0291c31a0b10bfa06474f91e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9b3f..cfddd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/ShellXploit/aws-mock-data/compare/v1.1.0...v1.2.0) (2024-04-20) + + +### Features + +* **cognito:** :sparkles: Control JWT timestamps via props ([#21](https://github.com/ShellXploit/aws-mock-data/issues/21)) ([08254f3](https://github.com/ShellXploit/aws-mock-data/commit/08254f398eb5904e0291c31a0b10bfa06474f91e)) + # [1.1.0](https://github.com/ShellXploit/aws-mock-data/compare/v1.0.0...v1.1.0) (2024-04-13) diff --git a/package.json b/package.json index e03c337..d151178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-mock-data", - "version": "1.1.0", + "version": "1.2.0", "description": "Mock data for AWS services", "main": "dist/index.js", "types": "dist/index.d.ts",