diff --git a/CHANGELOG.md b/CHANGELOG.md index f401911..61cf859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## v. 2.3.3 - 10.11.2021 +## v. 2.4.1 - 10.11.2021 * Upgrade eslint-parser * Fix wrong uppercase in the word `linkedIn` for `pauli:linkedin-oauth` +## v. 2.4.0 - 24.6.2021 + +* Updated dependencies +* Compatibility update for Meteor 2.3 + ## v. 2.3.2 - 8.2.2021 * Fix bugs in MS Office connector diff --git a/package.js b/package.js index 5c3941e..54b0e09 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'Meteor external service link system', - version: '2.3.3', + version: '2.4.1', git: 'https://github.com/yubozhao/meteor-link-accounts', name: 'bozhao:link-accounts', description: 'Link social accounts for Meteor' diff --git a/package.json b/package.json index 5015813..7920704 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meteor-link-accounts", - "version": "2.3.3", + "version": "2.4.1", "private": true, "description": "Link social accounts for Meteor", "main": "package.js",