From b4c6afdcd3373e102d73d8b916d6decafee51776 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Feb 2024 17:03:25 +0000 Subject: [PATCH] Chore(release): 2.1.4 [skip ci] ## [2.1.4](https://github.com/cgkineo/adapt-xAPI/compare/v2.1.3...v2.1.4) (2024-02-20) ### Fix * added optional chaining to account for fetch calls without optional settings (fixes #19). (#28) ([6ed321e](https://github.com/cgkineo/adapt-xAPI/commit/6ed321e95891d2c2f69d189c1890b5d29c35b126)), closes [#19](https://github.com/cgkineo/adapt-xAPI/issues/19) [#28](https://github.com/cgkineo/adapt-xAPI/issues/28) --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index de7be20..0f2d4c1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "adapt-xAPI", - "version": "2.1.3", + "version": "2.1.4", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues", diff --git a/package.json b/package.json index de7be20..0f2d4c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-xAPI", - "version": "2.1.3", + "version": "2.1.4", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues",