From 4f59c7c662bd863792bb7fd764e46f253f5f8aa0 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Sat, 17 Sep 2022 21:19:39 +0200 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2ef3a..7045c79 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.5.0](https://git.lufrai.com/rappli/rappli/compare/v1.4.0...v1.5.0) (2022-09-17) + + +### Features + +* implement font setting and load cantarell explicitly ([a84a869](https://git.lufrai.com/rappli/rappli/commit/a84a8695a8c6fcea98f514d950282c6af045ff08)), closes [#2](https://git.lufrai.com/rappli/rappli/issues/2) + ## [1.4.0](https://git.lufrai.com/rappli/rappli/compare/v1.3.0...v1.4.0) (2022-09-15) diff --git a/package-lock.json b/package-lock.json index 42d3ba3..4f966dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rappli", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rappli", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "solid-start": "v0.1.0-alpha.89", diff --git a/package.json b/package.json index 391d14d..9d3f001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rappli", - "version": "1.4.0", + "version": "1.5.0", "bin": "./bin/rappli.js", "scripts": { "dev": "solid-start dev",