chore(release): 1.6.0

master v1.6.0
Katja Lutz 2 years ago
parent 1a73878053
commit d236cd2aa1

@ -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. 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.6.0](https://git.lufrai.com/rappli/rappli/compare/v1.5.1...v1.6.0) (2022-09-26)
### Features
* implement markdown toc and custom heading ids ([1a73878](https://git.lufrai.com/rappli/rappli/commit/1a738780534a1ee942907fd8bb9a81f8b68f7d12)), closes [#24](https://git.lufrai.com/rappli/rappli/issues/24)
### [1.5.1](https://git.lufrai.com/rappli/rappli/compare/v1.5.0...v1.5.1) (2022-09-17) ### [1.5.1](https://git.lufrai.com/rappli/rappli/compare/v1.5.0...v1.5.1) (2022-09-17)

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "rappli", "name": "rappli",
"version": "1.5.1", "version": "1.6.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rappli", "name": "rappli",
"version": "1.5.1", "version": "1.6.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": "1.5.1", "version": "1.6.0",
"bin": "./bin/rappli.js", "bin": "./bin/rappli.js",
"scripts": { "scripts": {
"dev": "solid-start dev", "dev": "solid-start dev",

Loading…
Cancel
Save