diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..246506c0f8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +Countries Nuxt Module + +# 1.0.0 (2024-02-18) + + +### Bug Fixes + +* make pkg public ([38652da](https://github.com/vis97c/countries-api/commit/38652da07d1f99600845eb2e91fb0763a1e3334c)) +* rename package ([67197f9](https://github.com/vis97c/countries-api/commit/67197f9e77fc2a51215d5ab940575781d61b8520)) + + +### Features + +* refactor codebase ([b25db02](https://github.com/vis97c/countries-api/commit/b25db02d985b472ae225b5d7325b370a1b369699)) diff --git a/package.json b/package.json index f06e8f7d82..48a2e9d928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-countries-api", - "version": "0.0.1", + "version": "1.0.0", "description": "Nuxt 3 module & countries api", "repository": { "type": "git", @@ -106,4 +106,4 @@ "prettier --write" ] } -} \ No newline at end of file +}