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

Commit

Permalink
v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Nov 14, 2019
1 parent 379c63c commit 81f63f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.20.1 (2019-11-14)

* Updated `snoowrap#applicationOnlyAuth` TypeScript definitions
* Fixed TypeScript definitions for TypeScript v3.7.0
* Fixed incorrect check for deviceId in `snoowrap#applicationOnlyAuth`
* Fix incorrect docs for DO_NOT_TRACK_THIS_DEVICE param in `snoowrap#applicationOnlyAuth`

## v1.20.0 (2019-10-07)

* Added application only auth `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.20.0",
"version": "1.20.1",
"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.20.0';
export const VERSION = '1.20.1';
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 81f63f1

Please sign in to comment.