Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-02-18)

### Bug Fixes

* make pkg public ([38652da](38652da))
* rename package ([67197f9](67197f9))

### Features

* refactor codebase ([b25db02](b25db02))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent 67197f9 commit 638f1ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Countries Nuxt Module

# 1.0.0 (2024-02-18)


### Bug Fixes

* make pkg public ([38652da](https:/vis97c/countries-api/commit/38652da07d1f99600845eb2e91fb0763a1e3334c))
* rename package ([67197f9](https:/vis97c/countries-api/commit/67197f9e77fc2a51215d5ab940575781d61b8520))


### Features

* refactor codebase ([b25db02](https:/vis97c/countries-api/commit/b25db02d985b472ae225b5d7325b370a1b369699))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -106,4 +106,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 638f1ad

Please sign in to comment.