Skip to content

Commit 6a0c241

Browse files
chore(main): release 0.26.4 (#237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0cff20e commit 6a0c241

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.26.4](https://github.com/dwmkerr/effective-shell/compare/v0.26.3...v0.26.4) (2023-01-17)
4+
5+
6+
### Bug Fixes
7+
8+
* correct typo in test command ([#242](https://github.com/dwmkerr/effective-shell/issues/242)) ([7a59b8e](https://github.com/dwmkerr/effective-shell/commit/7a59b8ec94feb5dd809a9b5bcb924de45d4d8321))
9+
10+
11+
### Documentation
12+
13+
* add Denpeer as a contributor for review, doc ([#227](https://github.com/dwmkerr/effective-shell/issues/227)) ([2303738](https://github.com/dwmkerr/effective-shell/commit/230373805d17f065d58044e63e5019bc103cd02d))
14+
* corrections for vim chapter ([#240](https://github.com/dwmkerr/effective-shell/issues/240)) ([53f28c6](https://github.com/dwmkerr/effective-shell/commit/53f28c6bdca75fd35b0cb2f8ee4e14caca349d7c))
15+
* fix typo ([#236](https://github.com/dwmkerr/effective-shell/issues/236)) ([b09dbc1](https://github.com/dwmkerr/effective-shell/commit/b09dbc131c1f93bd29785baa42a2b29f07b8830b))
16+
* minor fixes to ssh chapter ([#238](https://github.com/dwmkerr/effective-shell/issues/238)) ([26aa5e8](https://github.com/dwmkerr/effective-shell/commit/26aa5e805fc1893685bac430f0136f73644bb244))
17+
* recommended reading updates ([#239](https://github.com/dwmkerr/effective-shell/issues/239)) ([0cff20e](https://github.com/dwmkerr/effective-shell/commit/0cff20e1905f1b91e488baefc86e2b910611f468))
18+
319
## [0.26.3](https://github.com/dwmkerr/effective-shell/compare/v0.26.2...v0.26.3) (2022-10-18)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effective-shell",
3-
"version": "0.26.3",
3+
"version": "0.26.4",
44
"private": false,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)