diff --git a/CHANGELOG.md b/CHANGELOG.md index 1243956..60deaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.1](https://git.lufrai.com/rappli/rappli/compare/v1.0.0...v1.0.1) (2022-07-04) + + +### Bug Fixes + +* correct typo in label for useCustomAddress input ([82b9ae5](https://git.lufrai.com/rappli/rappli/commit/82b9ae551aa5432f2af9e62e82960561163abc01)) + ## [1.0.0](https://git.lufrai.com/rappli/rappli/compare/v0.4.0...v1.0.0) (2022-07-01) diff --git a/package-lock.json b/package-lock.json index 0597e43..671b32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rappli", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rappli", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "solid-start": "v0.1.0-alpha.89", diff --git a/package.json b/package.json index 57fa0f6..b941ef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rappli", - "version": "1.0.0", + "version": "1.0.1", "bin": "./bin/rappli.js", "scripts": { "dev": "solid-start dev",