Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyTec committed Dec 25, 2020
1 parent 67d9c63 commit 4efcca8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4efcca8

Please sign in to comment.