From 1c2af77c659e6fba8445bb7309a48e8fd8184902 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Tue, 28 Jun 2022 17:25:29 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9fee62..d445fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.0](https://git.lufrai.com/rappli/rappli/compare/v0.2.0...v0.3.0) (2022-06-28) + + +### Features + +* add custom npmignore file not excluding dist ([18500e3](https://git.lufrai.com/rappli/rappli/commit/18500e3b57a271307f92ac8c982b77ae7294ba95)) +* add postbump lifecycle to include proper version in rappli dist ([6e3ca35](https://git.lufrai.com/rappli/rappli/commit/6e3ca352dfc88ff067384d74a3dd862c00b7627c)) + ## [0.2.0](https://git.lufrai.com/rappli/rappli/compare/v0.1.0...v0.2.0) (2022-06-28) diff --git a/package-lock.json b/package-lock.json index fc19bb4..939480a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rappli", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rappli", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "solid-start": "v0.1.0-alpha.89", diff --git a/package.json b/package.json index 0163801..10d1ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rappli", - "version": "0.2.0", + "version": "0.3.0", "bin": "./bin/rappli.js", "scripts": { "dev": "solid-start dev",