From 9ac60c7a1de3da6f4175a810f9d37a75644de46e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 17:13:33 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## 1.0.0 (2023-03-08) * ci(action): fixed folder struc ([ed0ff11](https://github.com/atlas-bi/meilisearch-name-synonyms/commit/ed0ff11)) * feat(initial): initial commit ([cdc60ea](https://github.com/atlas-bi/meilisearch-name-synonyms/commit/cdc60ea)) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..99b495d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## 1.0.0 (2023-03-08) + +* ci(action): fixed folder struc ([ed0ff11](https://github.com/atlas-bi/meilisearch-name-synonyms/commit/ed0ff11)) +* feat(initial): initial commit ([cdc60ea](https://github.com/atlas-bi/meilisearch-name-synonyms/commit/cdc60ea)) diff --git a/package.json b/package.json index a353be5..c5a15e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meilisearch-name-synonyms", - "version": "0.0.1", + "version": "1.0.0", "description": "List of common names and nicknames to be used in a meilisearch username index as a synonym list", "main": "index.js", "scripts": {