diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 87854a7..3699482 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,5 +1,12 @@ +- v0.2.1: + date: '2020-05-30' + name: 'Package Meta Data Fixes' + fixes: + - Add homepage, git repo and licence to package.json + - Add MIT LICENCE file + - v0.2.0: - date: '2020-05-16' + date: '2020-05-30' name: 'Initial Public Release' features: - Styling text with (potentially overlapping) react components diff --git a/package.json b/package.json index 9f85300..a81cc4b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git+ssh://git@github.com/awoken-bible/overlapping-markup.git" }, "licence": "MIT", - "version": "0.2.0", + "version": "0.2.1", "devDependencies": { "aphrodite": "^2.4.0", "babel-core": "^6.21.0",