From 900e303b0c9f67e7c050c1fa6b9ad180a87bddad Mon Sep 17 00:00:00 2001 From: Winston Durand Date: Sat, 15 Oct 2022 14:07:15 -0700 Subject: [PATCH] Release v0.7.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa807fe..0a3c334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2022-10-15 + ### Added - Type/Listen page have been unified +- Ability to specify a list of allowed ipa symbols for a task ### Changed - Rewrote the IPAInput cursor position handling +- Cleaned up assorted imports ### Fixed @@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/R167/int-ipa/compare/v0.7.0-beta.2...HEAD +[Unreleased]: https://github.com/R167/int-ipa/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/R167/int-ipa/compare/v0.7.0-beta.2...v0.7.1 [0.7.0-beta.2]: https://github.com/R167/int-ipa/compare/v0.7.0-beta.1...v0.7.0-beta.2 [0.7.0-beta.1]: https://github.com/R167/int-ipa/compare/v0.7.0-beta...v0.7.0-beta.1 [0.7.0-beta]: https://github.com/R167/int-ipa/compare/v0.6.1...v0.7.0-beta diff --git a/package.json b/package.json index f5c9ffc..af97e64 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Winston Durand ", "description": "An interactive tool for learning IPA transcription", "license": "MIT", - "version": "0.7.0-beta.2", + "version": "0.7.1", "repository": "github:R167/int-ipa", "homepage": ".", "private": true,