@airbnb/nimbus
Version:
Centralized CLI for JavaScript and TypeScript dev tools.
297 lines (108 loc) • 6.46 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### 3.1.4 - 2020-05-21
**Note:** Version bump only for package @airbnb/nimbus
### 3.1.3 - 2020-04-06
**Note:** Version bump only for package @airbnb/nimbus
### 3.1.2 - 2020-04-01
**Note:** Version bump only for package @airbnb/nimbus
### 3.1.1 - 2020-03-25
#### 🐞 Fixes
- Pin Octokit to v17. (#32) ([09be800](https://github.com/airbnb/nimbus/commit/09be800)), closes [#32](https://github.com/airbnb/nimbus/issues/32)
**Note:** Version bump only for package @airbnb/nimbus
## 3.1.0 - 2020-03-24
#### 🚀 Updates
- Add new `--parallel` option. (#31) ([8120201](https://github.com/airbnb/nimbus/commit/8120201)), closes [#31](https://github.com/airbnb/nimbus/issues/31)
#### 🐞 Fixes
- Fix Octokit GitHub client. (#30) ([260f365](https://github.com/airbnb/nimbus/commit/260f365)), closes [#30](https://github.com/airbnb/nimbus/issues/30)
**Note:** Version bump only for package @airbnb/nimbus
### 3.0.1 - 2020-03-24
#### 📦 Dependencies
- **[beemo]** Update to latest. ([f155f0d](https://github.com/airbnb/nimbus/commit/f155f0d))
#### 🛠 Internals
- Fix build based on changes. ([e3e8ba1](https://github.com/airbnb/nimbus/commit/e3e8ba1))
- Run Prettier on codebase. ([91084fe](https://github.com/airbnb/nimbus/commit/91084fe))
**Note:** Version bump only for package @airbnb/nimbus
# 3.0.0 - 2020-02-27
#### 💥 Breaking
- Upgrade to Node v10. Drop v8. ([c2f1668](https://github.com/airbnb/nimbus/commit/c2f1668))
#### ⚙️ Types
- Update internal type usage. ([7ddd369](https://github.com/airbnb/nimbus/commit/7ddd369))
**Note:** Version bump only for package @airbnb/nimbus
### 2.2.5 - 2020-02-26
#### 📦 Dependencies
- Dedupe lock file. ([58167ed](https://github.com/airbnb/nimbus/commit/58167ed))
- **[beemo]** Update to latest. ([0dc98d9](https://github.com/airbnb/nimbus/commit/0dc98d9))
**Note:** Version bump only for package @airbnb/nimbus
### 2.2.4 - 2020-02-03
#### 📦 Dependencies
- Update Beemo and Boost to latest. (#25) ([f7de922](https://github.com/airbnb/nimbus/commit/f7de922)), closes [#25](https://github.com/airbnb/nimbus/issues/25)
**Note:** Version bump only for package @airbnb/nimbus
### 2.2.3 - 2020-01-22
#### 📦 Dependencies
- **[execa]** Update to v4. ([5186115](https://github.com/airbnb/nimbus/commit/5186115))
- Update internals and types. ([e423b15](https://github.com/airbnb/nimbus/commit/e423b15))
**Note:** Version bump only for package @airbnb/nimbus
### 2.2.2 - 2020-01-06
#### 📦 Dependencies
- Update root and dev versions. ([4458c07](https://github.com/airbnb/nimbus/commit/4458c07))
**Note:** Version bump only for package @airbnb/nimbus
### 2.2.1 - 2019-12-12
#### 🐞 Fixes
- Fix env vars failing webpack builds. ([0009554](https://github.com/airbnb/nimbus/commit/0009554))
**Note:** Version bump only for package @airbnb/nimbus
## 2.2.0 - 2019-12-11
#### 🚀 Updates
- Upgrade Beemo and rewrite in TS. (#20) ([e30533c](https://github.com/airbnb/nimbus/commit/e30533c)), closes [#20](https://github.com/airbnb/nimbus/issues/20)
#### 📦 Dependencies
- Update minor and patch versions. ([afa92e3](https://github.com/airbnb/nimbus/commit/afa92e3))
**Note:** Version bump only for package @airbnb/nimbus
### 2.1.4 - 2019-12-02
#### 📦 Dependencies
- Update minor and patch versions. ([6a8a5f5](https://github.com/airbnb/nimbus/commit/6a8a5f5))
- **[beemo]** Update to latest. ([85ce5ba](https://github.com/airbnb/nimbus/commit/85ce5ba))
**Note:** Version bump only for package @airbnb/nimbus
### 2.1.3 - 2019-11-20
#### 🐞 Fixes
- Fix ESLint config always being required. (#18) ([06dce37](https://github.com/airbnb/nimbus/commit/06dce37)), closes [#18](https://github.com/airbnb/nimbus/issues/18)
**Note:** Version bump only for package @airbnb/nimbus
### 2.1.2 - 2019-11-13
#### 🐞 Fixes
- Define Lerna token if not defined. ([01c5205](https://github.com/airbnb/nimbus/commit/01c5205))
**Note:** Version bump only for package @airbnb/nimbus
### 2.1.1 - 2019-11-13
#### 🐞 Fixes
- Fix token handling for scripts. ([0f93102](https://github.com/airbnb/nimbus/commit/0f93102))
#### 📦 Dependencies
- **[Beemo]** Update to latest. ([ba663d6](https://github.com/airbnb/nimbus/commit/ba663d6))
**Note:** Version bump only for package @airbnb/nimbus
## 2.1.0 - 2019-11-11
#### 🚀 Updates
- Migrate to Travis CI. Refactor `AutoRelease` script and add `PullRequestChecks` script. (#14) ([da4985d](https://github.com/airbnb/nimbus/commit/da4985d)), closes [#14](https://github.com/airbnb/nimbus/issues/14)
#### 📦 Dependencies
- Audit 2019-11-10 (#16) ([85d6ac1](https://github.com/airbnb/nimbus/commit/85d6ac1)), closes [#16](https://github.com/airbnb/nimbus/issues/16)
#### 🛠 Internals
- Fix auto-release script. (#15) ([ca1d778](https://github.com/airbnb/nimbus/commit/ca1d778)), closes [#15](https://github.com/airbnb/nimbus/issues/15)
**Note:** Version bump only for package @airbnb/nimbus
### 2.0.4 - 2019-10-30
#### 📦 Dependencies
- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- Update root and dev versions. ([5d35b0e](https://github.com/airbnb/nimbus/commit/5d35b0e))
**Note:** Version bump only for package @airbnb/nimbus
### 2.0.3 - 2019-09-25
#### 🐞 Fixes
- Fix TS not inheriting default settings. (#10) ([dd14ef6](https://github.com/airbnb/nimbus/commit/dd14ef6)), closes [#10](https://github.com/airbnb/nimbus/issues/10)
**Note:** Version bump only for package @airbnb/nimbus
### 2.0.2 - 2019-09-24
#### 📦 Dependencies
- Update minor and patch versions. ([968389c](https://github.com/airbnb/nimbus/commit/968389c))
**Note:** Version bump only for package @airbnb/nimbus
### 2.0.1 - 2019-09-16
#### 🐞 Fixes
- Improve global and Node integration. (#8) ([3b565a7](https://github.com/airbnb/nimbus/commit/3b565a7)), closes [#8](https://github.com/airbnb/nimbus/issues/8)
- Only generate `tsconfig.eslint.json` if project is TS enabled. (#7) ([f791725](https://github.com/airbnb/nimbus/commit/f791725)), closes [#7](https://github.com/airbnb/nimbus/issues/7)
**Note:** Version bump only for package @airbnb/nimbus
# 2.0.0 - 2019-09-11
#### 🎉 Release
- Initial release!