Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
chore: release v0.3.0
  • Loading branch information
rameshlohala authored Mar 13, 2024
2 parents f50cedf + 3ea56ed commit d58e20a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [0.3.0](https://github.com/dzangolab/vue-country-flag-icon/compare/v0.2.0...v0.3.0) (2024-03-13)


### Features

* add shipjs package ([ea7fb66](https://github.com/dzangolab/vue-country-flag-icon/commit/ea7fb6628d7c1d1442f5676a5672cdd59610b8f5))



17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@dzangolab/vue-country-flag-icon",
"version": "0.2.0",
"version": "0.3.0",
"description": "A vue.js component to display country flag icons.",
"keywords": ["vuejs", "country", "flag", "icon"],
"keywords": [
"vuejs",
"country",
"flag",
"icon"
],
"homepage": "https://github.com/dzangolab/vue-country-flag-icon",
"bugs": "https://github.com/dzangolab/vue-country-flag-icon/issues",
"license": "MIT",
Expand All @@ -20,7 +25,13 @@
"lint": "vue-cli-service lint",
"release": "shipjs prepare"
},
"files": ["dist/*", "src/*", "public/*", "*.json", "*.js"],
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"main": "./dist/CountryFlag.common.js",
"dependencies": {
"@dzangolab/flag-icon-css": "^3.4.5",
Expand Down

0 comments on commit d58e20a

Please sign in to comment.