From e6c3b73954ba27cd1c7316b13680d4d40db3ca03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Nov 2024 20:22:37 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/kgarrity22/country-codes-and-flags/compare/v1.0.2...v1.0.3) (2024-11-13) ### Bug Fixes * prevent double npm publish attempt ([54ed108](https://github.com/kgarrity22/country-codes-and-flags/commit/54ed108d6ad46324e21aaaab4c483fd3afb72049)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed46649..5a18289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/kgarrity22/country-codes-and-flags/compare/v1.0.2...v1.0.3) (2024-11-13) + + +### Bug Fixes + +* prevent double npm publish attempt ([54ed108](https://github.com/kgarrity22/country-codes-and-flags/commit/54ed108d6ad46324e21aaaab4c483fd3afb72049)) + ## [1.0.2](https://github.com/kgarrity22/country-codes-and-flags/compare/v1.0.1...v1.0.2) (2024-11-13) diff --git a/package-lock.json b/package-lock.json index 4bb799b..46487d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "country-codes-and-flags", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "country-codes-and-flags", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "execa": "^9.5.1" diff --git a/package.json b/package.json index af95678..c8cb210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "country-codes-and-flags", - "version": "1.0.2", + "version": "1.0.3", "description": "A TypeScript library mapping country names and ISO codes to their corresponding flag emoji", "main": "./dist/index.js", "module": "./dist/index.mjs",