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

Commit

Permalink
v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed May 15, 2021
1 parent bdb32fa commit 4c32578
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.23.0
* Add more submit options
* Get flair selections for subreddit
* Add join_requests state to new modmail
* Allow custom logger to be supplied via config

## v1.22.0

* Added catch-all options for `Subreddit#editSettings`
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.22.0",
"version": "1.23.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.22.0';
export const VERSION = '1.23.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 4c32578

Please sign in to comment.