No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
27 additions and
1 deletions
-
.prettierignore
-
CHANGELOG.md
|
|
@ -0,0 +1,26 @@ |
|
|
|
|
|
.DS_Store |
|
|
|
|
|
node_modules |
|
|
|
|
|
/dist |
|
|
|
|
|
babel.config.js |
|
|
|
|
|
|
|
|
|
|
|
# local env files |
|
|
|
|
|
.env.local |
|
|
|
|
|
.env.*.local |
|
|
|
|
|
|
|
|
|
|
|
# Log files |
|
|
|
|
|
npm-debug.log* |
|
|
|
|
|
yarn-debug.log* |
|
|
|
|
|
yarn-error.log* |
|
|
|
|
|
|
|
|
|
|
|
# Editor directories and files |
|
|
|
|
|
.idea |
|
|
|
|
|
*.iml |
|
|
|
|
|
.vscode |
|
|
|
|
|
*.suo |
|
|
|
|
|
*.ntvs* |
|
|
|
|
|
*.njsproj |
|
|
|
|
|
*.sln |
|
|
|
|
|
*.sw? |
|
|
|
|
|
.history |
|
|
|
|
|
|
|
|
|
|
|
CHANGELOG.md |
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
## 🚑 Critical Hotfixes |
|
|
## 🚑 Critical Hotfixes |
|
|
|
|
|
|
|
|
- [`319dd45`](https://github.com/beaussan/nbx/commit/319dd45) fix changelog to match prettier style |
|
|
|
|
|
|
|
|
- [`319dd45`](https://github.com/beaussan/nbx/commit/319dd45) fix changelog to match prettier style |
|
|
|
|
|
|
|
|
# [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) |
|
|
# [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) |
|
|
|
|
|
|
|
|
|