From fb7d00ff0650408d0e063e97105d71586d2abf35 Mon Sep 17 00:00:00 2001 From: Damian Mullins Date: Fri, 25 May 2018 11:19:44 +0100 Subject: [PATCH] =?UTF-8?q?v0.18.1=20=E2=80=94=20Updated=20browser=20suppo?= =?UTF-8?q?rt=20link.=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9fda8ef..57e7276 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,4 +23,4 @@ _A short description of your PR goes here._ ### List any other browsers that this PR has been tested in: -- [View the Browser Support Checklist](https://docs.google.com/spreadsheets/d/1GqlRuEgtqqmMiIiPBCE39nLq8hWdzayRoYFzvTt17YQ/edit#gid=0) +- [View our supported browser list](https://fozzie.just-eat.com/documentation/general/browser-support) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c7726..b65dfdd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +v0.18.1 +------------------------------ +*May 25, 2018* + +### Changed +- Updated browser support link. + + v0.18.0 ------------------------------ *April 26, 2018* ### Changed -- Changed logic to only validate on an empty field if it is required +- Changed logic to only validate on an empty field if it is required. v0.17.1 diff --git a/package.json b/package.json index 3ff3f74..c64656c 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-validate", "description": "Fozzie vanilla JS Validation Component", - "version": "0.18.0", + "version": "0.18.1", "main": "dist/index.js", "files": [ "dist"