Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2023-12-22)

### Bug Fixes

* consistent error logging with stderr and offending cmd ([#143](#143)) ([d9ed5ad](d9ed5ad))
* **smart mode:** detect changes in untracked files ([#144](#144)) ([524a3c5](524a3c5))

### Features

* plugin implementation ([#148](#148)) ([f23a41b](f23a41b))
* **sync:** deprecate sync.useCache and flip its default value ([#150](#150)) ([dcce7fc](dcce7fc))
* **sync:** remove sync.useCache ([#151](#151)) ([3962b73](3962b73))

### BREAKING CHANGES

* **sync:** users have to remove the sync section from their configurations.
  • Loading branch information
mykso-bot committed Dec 22, 2023
1 parent f23a41b commit d6a9478
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [3.0.0](https://github.com/mykso/myks/compare/v2.2.0...v3.0.0) (2023-12-22)


### Bug Fixes

* consistent error logging with stderr and offending cmd ([#143](https://github.com/mykso/myks/issues/143)) ([d9ed5ad](https://github.com/mykso/myks/commit/d9ed5ad48dc62715afd3a59d4bc66eaec720cf76))
* **smart mode:** detect changes in untracked files ([#144](https://github.com/mykso/myks/issues/144)) ([524a3c5](https://github.com/mykso/myks/commit/524a3c5c9cedf83147f3c8ce645696f86a6262ce))


### Features

* plugin implementation ([#148](https://github.com/mykso/myks/issues/148)) ([f23a41b](https://github.com/mykso/myks/commit/f23a41b3d0843928540f3e53b06f21ac4ad7abbb))
* **sync:** deprecate sync.useCache and flip its default value ([#150](https://github.com/mykso/myks/issues/150)) ([dcce7fc](https://github.com/mykso/myks/commit/dcce7fc071c6cf5ca387d2fd1a0f00a63117dd95))
* **sync:** remove sync.useCache ([#151](https://github.com/mykso/myks/issues/151)) ([3962b73](https://github.com/mykso/myks/commit/3962b736caadbed54b1f216c70f7cbb4e82e64f6))


### BREAKING CHANGES

* **sync:** users have to remove the sync section from their configurations.

# [2.2.0](https://github.com/mykso/myks/compare/v2.1.1...v2.2.0) (2023-12-11)


Expand Down

0 comments on commit d6a9478

Please sign in to comment.