From 77635f13155c7b85191de7bec3237336c499ecaf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jul 2023 14:42:20 +0000 Subject: [PATCH] Chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/cgkineo/adapt-xAPI/compare/v2.0.0...v2.1.0) (2023-07-31) ### Update * Add v1 AAT schemas (Updates: #20) (#21) ([d6864c3](https://github.com/cgkineo/adapt-xAPI/commit/d6864c39d211b585e5109b0322aff7f4c41ff4b9)), closes [#20](https://github.com/cgkineo/adapt-xAPI/issues/20) [#21](https://github.com/cgkineo/adapt-xAPI/issues/21) --- bower.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d6bb3bc..4621f92 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,11 @@ { "name": "adapt-xAPI", - "version": "2.0.0", + "version": "2.1.0", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues", - "extension": "xapi", - "targetAttribute": "_xapi", "displayName": "xAPI", + "extension": "xapi", "description": "An extension which allows the Experience API (xAPI) to collect data on human performance, stored within a suitable Learning Record Store (LRS).", "main": "/js/adapt-xapi.js", "keywords": [ @@ -18,6 +17,7 @@ "experience api", "tracking" ], + "targetAttribute": "_xapi", "license": "GPL-3.0", "private": true, "devDependencies": { diff --git a/package.json b/package.json index 5fccc89..4621f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-xAPI", - "version": "2.0.0", + "version": "2.1.0", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues",