From eff5901295bdfa581b00f44c4d26388e0ffd8c53 Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 30 Jan 2023 14:34:01 +0100 Subject: [PATCH] Prepare v2.0.5 --- README.md | 2 +- changelog.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/booking.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 517754d..ba57eda 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/Recras/online-booking-js.svg?branch=master)](https://travis-ci.org/Recras/online-booking-js) # Recras JS Integration Library -Version: 2.0.4 +Version: 2.0.5 JS library for easy online booking, contact form, and voucher integration diff --git a/changelog.md b/changelog.md index a619560..f73157d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.5 (2023-01-30) * Contact form time field only allowed time in 5-minute intervals, but browser time pickers don't show this in their UI. Removed this limitation. ## 2.0.4 (2022-10-07) diff --git a/package-lock.json b/package-lock.json index 1d2b405..482424a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@recras/online-booking-js", - "version": "2.0.3", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@recras/online-booking-js", - "version": "2.0.3", + "version": "2.0.5", "license": "MIT", "devDependencies": { "@babel/cli": "7.18.9", diff --git a/package.json b/package.json index 9cec77b..cddfa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@recras/online-booking-js", - "version": "2.0.4", + "version": "2.0.5", "description": "JS library for easy integration of Recras online booking and voucher sales", "main": "dist/onlinebooking.js", "scripts": { diff --git a/src/booking.js b/src/booking.js index c443e8c..34dab2e 100644 --- a/src/booking.js +++ b/src/booking.js @@ -1,6 +1,6 @@ /******************************* * Recras integration library * -* v 2.0.4 * +* v 2.0.5 * *******************************/ class RecrasBooking {