Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2024-05-11)

### Features

* add `.gitconfig` to linked dotfiles ([356af93](356af93))
* add `httpie` ([c02d996](c02d996))
* add `NO_MACOS` option, to skip setting macOS preferences ([958fc15](958fc15))
* add `zoxide` ([2fdfa1a](2fdfa1a))
* add 1Password CLI ([8b9e460](8b9e460))
* add AltTab, used for window switching ([3b6c484](3b6c484))
* add global Node.js packages ([500b868](500b868))
* add global Python packages ([d70a5ac](d70a5ac))
* add initial dotfiles ([9f4965b](9f4965b))
* add Steam ([8369bcd](8369bcd))
* **alias:** add `glolnc` alias to show commits without chores ([f5adca9](f5adca9))
* **brew:** add `pipx`, with its `PATH`, and `[email protected]` ([0cb09bd](0cb09bd))
* **brew:** add Beekeeper Studio ([6c5f60d](6c5f60d))
* **vscode:** add GitHub extensions ([1a4723b](1a4723b))
* **vscode:** add Selected Lines Count extension ([6bf4bb8](6bf4bb8))
* **vscode:** auto switch theme, using `Solarized Light` for the light theme ([71e37f2](71e37f2))
* **vscode:** enable XO for formatting ([a955511](a955511))

### Bug Fixes

* **alias:** use `lsd` instead of `ls` ([d1c1831](d1c1831))
* **brew:** install wireshark as cask to get the UI in addition to the CLI ([b445963](b445963))
* clarify warning message for existing symlink ([a70eb5b](a70eb5b))
* clarify warning message for symlink failure ([b44556c](b44556c))
* **nodejs:** silently install packages to reduce useless console output ([d900864](d900864))
* **rust:** add cargo to `PATH` ([8a5a470](8a5a470))
* **vscode:** remove `rust-syntax` as syntax is already included in `rust-analyzer` ([5eb069d](5eb069d))

### Documentation

* add basic usage ([a4f3eb0](a4f3eb0))
* add bullet points ([978c5b9](978c5b9))
* add installation remark, at your own risk ([b284d7f](b284d7f))

### Styles

* format Homebrew install command ([1d594b7](1d594b7))
* format readme ([e4c7f73](e4c7f73))
  • Loading branch information
vidavidorra-release[bot] committed May 11, 2024
1 parent b284d7f commit a7533ae
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## 1.0.0 (2024-05-11)

### Features

- add `.gitconfig` to linked dotfiles ([356af93](https://github.com/vidavidorra/dotfiles/commit/356af937ed71fc10309f04d1d8300be00cdff5a8))
- add `httpie` ([c02d996](https://github.com/vidavidorra/dotfiles/commit/c02d99636ce9c3fe857949a5f6dc057e36382bd8))
- add `NO_MACOS` option, to skip setting macOS preferences ([958fc15](https://github.com/vidavidorra/dotfiles/commit/958fc15710820abcfa263a4ff364e29d91425a9e))
- add `zoxide` ([2fdfa1a](https://github.com/vidavidorra/dotfiles/commit/2fdfa1ae57c22a9220882b086f80be3397afd46b))
- add 1Password CLI ([8b9e460](https://github.com/vidavidorra/dotfiles/commit/8b9e4605475e8c761b0c77440a6ad593fa522adf))
- add AltTab, used for window switching ([3b6c484](https://github.com/vidavidorra/dotfiles/commit/3b6c48430e041a0a1af6be977138cf857cb6a021))
- add global Node.js packages ([500b868](https://github.com/vidavidorra/dotfiles/commit/500b8689e3210d2a5e430a4afba31a6c5f954f46))
- add global Python packages ([d70a5ac](https://github.com/vidavidorra/dotfiles/commit/d70a5ac17b94ef556f435ad04a0145c129d68a86))
- add initial dotfiles ([9f4965b](https://github.com/vidavidorra/dotfiles/commit/9f4965b73639b5b02c48d01f3e1e6db2ea3180ce))
- add Steam ([8369bcd](https://github.com/vidavidorra/dotfiles/commit/8369bcdfe4edf979392ab05523e89518ed4b2db7))
- **alias:** add `glolnc` alias to show commits without chores ([f5adca9](https://github.com/vidavidorra/dotfiles/commit/f5adca93fcefb90a4e9dbb3cb293cd383ac60868))
- **brew:** add `pipx`, with its `PATH`, and `[email protected]` ([0cb09bd](https://github.com/vidavidorra/dotfiles/commit/0cb09bdd85f290ee2f5e6766b87c65e3dd3674d8))
- **brew:** add Beekeeper Studio ([6c5f60d](https://github.com/vidavidorra/dotfiles/commit/6c5f60d458e3ca4df1efb010344731a29e305ea8))
- **vscode:** add GitHub extensions ([1a4723b](https://github.com/vidavidorra/dotfiles/commit/1a4723be23d85f09b99d3707bb7c2e1acd46268d))
- **vscode:** add Selected Lines Count extension ([6bf4bb8](https://github.com/vidavidorra/dotfiles/commit/6bf4bb80e51ae329d0fe6e38e1a2d4208516b2a0))
- **vscode:** auto switch theme, using `Solarized Light` for the light theme ([71e37f2](https://github.com/vidavidorra/dotfiles/commit/71e37f2a71b7ed5f36d49c06ae023292ef39dbca))
- **vscode:** enable XO for formatting ([a955511](https://github.com/vidavidorra/dotfiles/commit/a9555111804542f1a358100c5261352c2aca3c4a))

### Bug Fixes

- **alias:** use `lsd` instead of `ls` ([d1c1831](https://github.com/vidavidorra/dotfiles/commit/d1c1831c31543aa17c846777e65a9299c80f3041))
- **brew:** install wireshark as cask to get the UI in addition to the CLI ([b445963](https://github.com/vidavidorra/dotfiles/commit/b445963986560953e5febc39b79937dc4988ee77))
- clarify warning message for existing symlink ([a70eb5b](https://github.com/vidavidorra/dotfiles/commit/a70eb5b2342ae300006ced628fb39e5008bd0d09))
- clarify warning message for symlink failure ([b44556c](https://github.com/vidavidorra/dotfiles/commit/b44556cba2c4c96e10643cdca4fa9f6e85ad086b))
- **nodejs:** silently install packages to reduce useless console output ([d900864](https://github.com/vidavidorra/dotfiles/commit/d9008647fcbf3237b4ebdcf69223a777eba0ee4e))
- **rust:** add cargo to `PATH` ([8a5a470](https://github.com/vidavidorra/dotfiles/commit/8a5a470b27816773ab5d7949b232e58af16cd461))
- **vscode:** remove `rust-syntax` as syntax is already included in `rust-analyzer` ([5eb069d](https://github.com/vidavidorra/dotfiles/commit/5eb069d3d82dbd2104e37fa5f40fc007cf472462))

### Documentation

- add basic usage ([a4f3eb0](https://github.com/vidavidorra/dotfiles/commit/a4f3eb0493aa1f8d8a41bac8948a981a078d331f))
- add bullet points ([978c5b9](https://github.com/vidavidorra/dotfiles/commit/978c5b990d9ffce67c48e3e9ac05f62d89db3d28))
- add installation remark, at your own risk ([b284d7f](https://github.com/vidavidorra/dotfiles/commit/b284d7fd43ac4ef232d05b4c879f603a924f0045))

### Styles

- format Homebrew install command ([1d594b7](https://github.com/vidavidorra/dotfiles/commit/1d594b7aaec8bae4c3649589d8e2efb1b1b53080))
- format readme ([e4c7f73](https://github.com/vidavidorra/dotfiles/commit/e4c7f73ccd564e89f08b64fad33b229fd8a40140))

## [1.0.0-beta.5](https://github.com/vidavidorra/dotfiles/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-05-11)

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotfiles",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"private": true,
"description": "dotfiles, software and macOS defaults",
"homepage": "https://github.com/vidavidorra/dotfiles#readme",
Expand Down

0 comments on commit a7533ae

Please sign in to comment.