diff --git a/CHANGELOG.md b/CHANGELOG.md index bf215c5..b333a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.22.0 + +* Added catch-all options for `Subreddit#editSettings` +* TS: added `appeals` value to new modmail count +* TS: fixed typo in `Subreddit#submitSelfpost` +* TS: added type definition for `snoowrap#getContentByIds` +* TS: more properties to `SubmitLinkOptions` interface +* TS: more properties to `SearchOptions` interface +* TS: added `removed_by_category` property to `Submission` +* TS: fixed `snoowrap#getPopularSubreddits` typo +* Fix missing commas in JSDoc examples +* Fix `window.location` usage in JSDoc +* Test: fixed failing test suite + ## v1.21.0 (2020-02-24) * Added `permanent` option to `snoowrap#applicationOnlyAuth` diff --git a/package.json b/package.json index 1236972..8b1961b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snoowrap", - "version": "1.21.0", + "version": "1.22.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 d33bb5f..0b23f56 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,5 @@ export const MODULE_NAME = 'snoowrap'; -export const VERSION = '1.21.0'; +export const VERSION = '1.22.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