Skip to content

Commit

Permalink
fix files listed in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Sep 10, 2023
1 parent 6649bb1 commit 61b9feb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v4.1.1] - 2023-09-10
### Fixed
- fix files listed in npm package

## [v4.1.0] - 2022-02-25
### Added
- add Swedish translation (#398)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mledoze/countries",
"version": "4.1.0",
"version": "4.1.1",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"keywords": [
"world",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "world-countries",
"description": "List of world countries in JSON, CSV, XML and Yaml",
"version": "4.1.0",
"version": "4.1.1",
"exports": {
"import": "./index.mjs",
"require": "./index.cjs"
Expand Down Expand Up @@ -34,7 +34,8 @@
"countries.json",
"data/*",
"dist/*",
"index.cjs",
"index.d.ts",
"index.js"
"index.mjs"
]
}

0 comments on commit 61b9feb

Please sign in to comment.