From 209c58e4ce2a71d7b4e9a84875226a96aecdcf63 Mon Sep 17 00:00:00 2001 From: Benjamin Grand <17108974+bgrand-ch@users.noreply.github.com> Date: Mon, 19 Apr 2021 21:31:39 +0200 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 13 +++++++++++++ src/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2589956..954a9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [0.3.2](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.3.2) (2021-04-19) + + +### Features + +* migrate to ns8 ([#5](https://github.com/bgrand-ch/nativescript-getters/issues/5)) ([ee6ef4e](https://github.com/bgrand-ch/nativescript-getters/commit/ee6ef4edf2a284527cebd98e50d83d479326c5e1)) + + +### Bug Fixes + +* add nativescript platforms key to package json ([#8](https://github.com/bgrand-ch/nativescript-getters/issues/8)) ([d72df68](https://github.com/bgrand-ch/nativescript-getters/commit/d72df6896d0ad667a04fa9f9fc2feedf6a0c1149)) +* various fixes ([#9](https://github.com/bgrand-ch/nativescript-getters/issues/9)) ([d4e3b22](https://github.com/bgrand-ch/nativescript-getters/commit/d4e3b225ce5e1a4fda2259b6f28a979a5847312c)) + ### [0.3.1](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.3.1) (2021-04-16) diff --git a/src/package.json b/src/package.json index 69863d0..bb1b7fd 100755 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-getters", - "version": "0.3.1", + "version": "0.3.2", "main": "getters", "typings": "index.d.ts", "scripts": {