Skip to content

Commit

Permalink
Draft release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugoku committed Jun 29, 2021
1 parent cb652f2 commit 86d8601
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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: 1.8.1
Version: 1.8.2

JS library for easy online booking, contact form, and voucher integration

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.8.2 (2021-06-29)
* Fix discount code with prefilled date

## 1.8.1 (2021-05-27)
* Fix tests to fix build

Expand Down
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": "1.8.1",
"version": "1.8.2",
"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 1.8.1 *
* v 1.8.2 *
*******************************/

class RecrasBooking {
Expand Down

0 comments on commit 86d8601

Please sign in to comment.