Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2020-05-31)

### Bug Fixes

* **drafts:** fix preview links ([bd82f42](bd82f42))

### Features

* **drafts:** link to preview in PR description ([95a860b](95a860b))
  • Loading branch information
semantic-release-bot committed May 31, 2020
1 parent 9c2cf66 commit 6730189
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/trieloff/helix-micropub-endpoint/compare/v1.0.0...v1.1.0) (2020-05-31)


### Bug Fixes

* **drafts:** fix preview links ([bd82f42](https://github.com/trieloff/helix-micropub-endpoint/commit/bd82f4247fe5fabf88248dcb2d41f34ce183f0d8))


### Features

* **drafts:** link to preview in PR description ([95a860b](https://github.com/trieloff/helix-micropub-endpoint/commit/95a860bf86f38db4d254073007e694841ea3cd6f))

# 1.0.0 (2020-05-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trieloff/helix-micropub-endpoint",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Helix MicroPub Endpoint",
"main": "src/index.js",
Expand Down

0 comments on commit 6730189

Please sign in to comment.