Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-dev.20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2022
1 parent 7cad99f commit 351c27b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.0-dev.20](https://github.com/thislooksfun/snoots/compare/v1.0.0-dev.19...v1.0.0-dev.20) (2022-03-27)


### Features

* add a way to get banned users ([de2f41b](https://github.com/thislooksfun/snoots/commit/de2f41b338f454fd0a8310b94bc688d7d2c8686a))
* add a way to get muted users ([f4d9500](https://github.com/thislooksfun/snoots/commit/f4d9500defe46553d3c0910732c9e0e90f3cfcf5))
* add a way to get subreddit contributors ([b0f7cef](https://github.com/thislooksfun/snoots/commit/b0f7cefa54e4b077b693aa04431363bbebd34062)), closes [#49](https://github.com/thislooksfun/snoots/issues/49)
* add a way to get the list of moderators ([7cad99f](https://github.com/thislooksfun/snoots/commit/7cad99fc48de8c56ba72781087e5c7ca0600ea0a))
* add a way to get wiki contributors ([03ab9ef](https://github.com/thislooksfun/snoots/commit/03ab9efc77c491d96c1a62b220ab2ff464e3de85))
* add a way to get wikibanned users ([7e4e603](https://github.com/thislooksfun/snoots/commit/7e4e60315576e1634a17d9c8402b5fe689df11e2))

## [1.0.0-dev.19](https://github.com/thislooksfun/snoots/compare/v1.0.0-dev.18...v1.0.0-dev.19) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snoots",
"version": "1.0.0-dev.19",
"version": "1.0.0-dev.20",
"description": "A modern, fully-featured, strongly-typed reddit api.",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 351c27b

Please sign in to comment.