diff --git a/CHANGELOG.md b/CHANGELOG.md index 572285ddf..845b0a136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.10.1 + +### Other + +- Fixes incorrect npm publish of previous version + ## 2.10.0 ### Features diff --git a/.npmignore b/packages/okta-auth-js/.npmignore similarity index 86% rename from .npmignore rename to packages/okta-auth-js/.npmignore index 9ef2a2a87..cb36e2f6e 100644 --- a/.npmignore +++ b/packages/okta-auth-js/.npmignore @@ -5,4 +5,5 @@ build2 .travis.yml ci-scripts webpack*config.js +karma*conf.js scripts diff --git a/packages/okta-auth-js/package.json b/packages/okta-auth-js/package.json index 0195cd83d..28a639d0d 100644 --- a/packages/okta-auth-js/package.json +++ b/packages/okta-auth-js/package.json @@ -1,7 +1,7 @@ { "name": "@okta/okta-auth-js", "description": "The Okta Auth SDK", - "version": "2.10.0", + "version": "2.10.1", "homepage": "https://github.com/okta/okta-auth-js", "license": "Apache-2.0", "main": "lib/server/serverIndex.js",