Skip to content

Commit

Permalink
Prepare 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nederdirk committed Mar 12, 2020
1 parent d189c57 commit 2605d09
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 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 Online Booking JS library
Version: 1.4.0
Version: 1.4.1

JS library for easy online booking & 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.4.1 (2020-03-12)
* Fix a German translation error with customer's suggestion

## 1.4.0 (2020-03-02)
* Include amount in 'RedirectToPayment' events

Expand Down
2 changes: 1 addition & 1 deletion 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": "1.4.0",
"version": "1.4.1",
"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.4.0 *
* v 1.4.1 *
*******************************/

class RecrasBooking {
Expand Down

0 comments on commit 2605d09

Please sign in to comment.