Skip to content

Commit

Permalink
Patch fix: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Feb 27, 2023
1 parent b5bbb8e commit a323442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# amaribot.js

## 2.0.1

### Patch Changes

- Fix a bad import path

## 2.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "amaribot.js",
"version": "2.0.0",
"version": "2.0.1",
"description": "A node.js wrapper for the AmariBot API",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
Expand Down

0 comments on commit a323442

Please sign in to comment.