diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcdfe90..bf215c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.21.0 (2020-02-24) + +* Added `permanent` option to `snoowrap#applicationOnlyAuth` +* Added `ModmailConversation#reply()` +* TS: Added `snoowrap#getBest()` definitions +* Bump dependencies + ## v1.20.1 (2019-11-14) * Updated `snoowrap#applicationOnlyAuth` TypeScript definitions diff --git a/package.json b/package.json index 2e52a014..3be0e5b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snoowrap", - "version": "1.20.1", + "version": "1.21.0", "license": "MIT", "description": "A JavaScript wrapper for the reddit API", "main": "dist/snoowrap.js", diff --git a/src/constants.js b/src/constants.js index 055164be..d33bb5f1 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,5 @@ export const MODULE_NAME = 'snoowrap'; -export const VERSION = '1.20.1'; +export const VERSION = '1.21.0'; export const DOCS_LINK = 'https://not-an-aardvark.github.io/snoowrap/'; export const API_RULES_LINK = 'https://github.com/reddit/reddit/wiki/API'; /* USER_KEYS and SUBREDDIT_KEYS are keys that are replaced by RedditUser and Subreddit objects when encountered in