chore(release): 0.3.0

master v0.3.0
Katja Lutz 2 years ago
parent 6e3ca352df
commit 1c2af77c65

@ -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. 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) ## [0.2.0](https://git.lufrai.com/rappli/rappli/compare/v0.1.0...v0.2.0) (2022-06-28)

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "rappli", "name": "rappli",
"version": "0.2.0", "version": "0.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rappli", "name": "rappli",
"version": "0.2.0", "version": "0.3.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"solid-start": "v0.1.0-alpha.89", "solid-start": "v0.1.0-alpha.89",

@ -1,6 +1,6 @@
{ {
"name": "rappli", "name": "rappli",
"version": "0.2.0", "version": "0.3.0",
"bin": "./bin/rappli.js", "bin": "./bin/rappli.js",
"scripts": { "scripts": {
"dev": "solid-start dev", "dev": "solid-start dev",

Loading…
Cancel
Save