Skip to content

Commit

Permalink
Update changelog with 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 10, 2021
1 parent 7e9691b commit 52e271e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 52e271e

Please sign in to comment.