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

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alex-grover committed Sep 24, 2023
1 parent b10e6bf commit fec2f5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/alex-grover/neynar-next/compare/v0.1.3...v0.2.0) (2023-09-24)


### ⚠ BREAKING CHANGES

* The return type of `getUserByFid` no longer contains the `viewerContext` field unless the `viewer` parameter is passed.

### Features

* allow passing viewer FID to user API ([b10e6bf](https://github.com/alex-grover/neynar-next/commit/b10e6bfad311a0e1cefa77b7f51e6e3a03be15ba))

## [0.1.3](https://github.com/alex-grover/neynar-next/compare/v0.1.2...v0.1.3) (2023-09-24)


Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "neynar-next",
"description": "Create Farcaster apps with Next.js and Neynar",
"version": "0.1.3",
"version": "0.2.0",
"author": "Alex Grover <hello@alexgrover.me> (https://alexgrover.me)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fec2f5e

Please sign in to comment.