diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0b8ce..662fce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v1.0.0...v1.1.0) (2021-01-29) + + +### Features + +* **index:** replace indiana with india ([eaf22e4](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/eaf22e46a590fbcdbc65da0cc9f681fd21e2091f)) + # [1.0.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v0.3.0...v1.0.0) (2020-11-09) ### Performance Improvements diff --git a/package.json b/package.json index 3c99aac..e556833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonetic-alphabet-converter", - "version": "1.0.0", + "version": "1.1.0", "description": "NATO phonetic alphabet converter.", "author": "Mark ", "main": "cjs/index.js",