diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f764a0..64c5ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # amaribot.js +## 2.0.1 + +### Patch Changes + +- Fix a bad import path + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 56fc401..1637196 100644 --- a/package.json +++ b/package.json @@ -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",