From 6912704679b48b192d14d2989c68d8f5b2fa38fd Mon Sep 17 00:00:00 2001 From: samiahmedsiddiqui Date: Sat, 17 Apr 2021 01:05:33 +0500 Subject: [PATCH] Bump to v1.1.0 --- .gitattributes | 1 + README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index bacf486..570e9e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/README.md b/README.md index f1901ae..1d0713c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index da292d0..e7f8e4f 100644 --- a/package.json +++ b/package.json @@ -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": [