Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Apr 16, 2021
1 parent 9d6554a commit 6912704
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.* export-ignore
appveyor.yml export-ignore
src export-ignore
test/download export-ignore
test/title export-ignore
tsconfig.json export-ignore
types/index.test-d.ts export-ignore
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ const siteConfig = {
[npm-url]: https://www.npmjs.com/package/remarkable-seo
[downloads-image]: https://img.shields.io/npm/dt/remarkable-seo.svg

[travis-image]: https://api.travis-ci.org/trunkcode/remarkable-seo.svg?branch=main
[travis-url]: https://travis-ci.org/trunkcode/remarkable-seo
[travis-image]: https://api.travis-ci.com/trunkcode/remarkable-seo.svg?branch=main
[travis-url]: https://travis-ci.com/trunkcode/remarkable-seo

[appveyor-url]: https://ci.appveyor.com/project/trunkcode/remarkable-seo
[appveyor-image]: https://img.shields.io/appveyor/ci/trunkcode/remarkable-seo.svg?label=appveyor
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remarkable-seo",
"description": "Remarkable plugin adds `title` attribute on link and image tags.",
"version": "1.0.0",
"description": "Remarkable plugin adds `title` attribute on URL and image tags and `download` attribute on URL if `title` set to `download`.",
"version": "1.1.0",
"main": "index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit 6912704

Please sign in to comment.