chore(release): 1.7.0

master v1.7.0
Katja Lutz 2 years ago
parent f501579644
commit 54b2d1344d

@ -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.
## [1.7.0](https://git.lufrai.com/rappli/rappli/compare/v1.6.0...v1.7.0) (2022-10-18)
### Features
* implement apply bank address buttons ([f501579](https://git.lufrai.com/rappli/rappli/commit/f50157964473a9bf9dba85f456eda03c516a8210))
* implement second name field for postal addresses ([e0f5a05](https://git.lufrai.com/rappli/rappli/commit/e0f5a05c3adec5fa992426d3445cc4a8d995bd02)), closes [#25](https://git.lufrai.com/rappli/rappli/issues/25)
## [1.6.0](https://git.lufrai.com/rappli/rappli/compare/v1.5.1...v1.6.0) (2022-09-26)

4
package-lock.json generated

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

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

Loading…
Cancel
Save