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": {