From 7f5edb29bcb85bb7fe21b15c3db864d9d9141121 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:52:08 +0700 Subject: [PATCH] chore(main): release 1.2.3 (#32) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03c934..be34225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.3](https://github.com/kitabisa/smockr/compare/v1.2.2...v1.2.3) (2024-04-09) + + +### Bug Fixes + +* update commands ([c0cd78f](https://github.com/kitabisa/smockr/commit/c0cd78f15d54e1ba4d386d5c047b054baafe2edc)) +* update CONTRIBUTING.md ([5f646dd](https://github.com/kitabisa/smockr/commit/5f646ddd18558160a3b6bd8d7d463d1afdabb1d3)) +* update README.md ([e97be1a](https://github.com/kitabisa/smockr/commit/e97be1abaec1c33657301a0e0c3a1194b386ad12)) + ## [1.2.2](https://github.com/kitabisa/smockr/compare/v1.2.1...v1.2.2) (2024-04-09) diff --git a/package.json b/package.json index a3c2417..b02c200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smockr", - "version": "1.2.2", + "version": "1.2.3", "description": "CLI tools for serve supple mock server with random fake data using Faker.js", "license": "ISC", "author": "Kitabisa Engineer ",