Skip to content

Commit

Permalink
Prepare v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugoku committed Jan 30, 2023
1 parent ba7111e commit eff5901
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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": "@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": {
Expand Down
2 changes: 1 addition & 1 deletion src/booking.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************
* Recras integration library *
* v 2.0.4 *
* v 2.0.5 *
*******************************/

class RecrasBooking {
Expand Down

0 comments on commit eff5901

Please sign in to comment.