Skip to content

Commit 68279c6

Browse files
chore(main): release 0.26.0 (#206)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1067d47 commit 68279c6

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

3+
## [0.26.0](https://github.com/dwmkerr/effective-shell/compare/v0.25.4...v0.26.0) (2022-05-13)
4+
5+
6+
### Features
7+
8+
* improve the search functionality ([fe0047c](https://github.com/dwmkerr/effective-shell/commit/fe0047cca7e3f1d8920df1f9fd17ea73936573f6))
9+
10+
11+
### Bug Fixes
12+
13+
* remove the broken image zoom plugin ([584730d](https://github.com/dwmkerr/effective-shell/commit/584730df82db10a5ebf93f5ae30a65f1423fe15d))
14+
15+
16+
### Documentation
17+
18+
* fix index tag ([1067d47](https://github.com/dwmkerr/effective-shell/commit/1067d47e403482a0dd0ab478199697feeca22341))
19+
* further improvements of chap 19 ([d1df054](https://github.com/dwmkerr/effective-shell/commit/d1df05404ddfa5bd345a82d469f0644c6d1d6199))
20+
* minor typo cleanup ([dd40c64](https://github.com/dwmkerr/effective-shell/commit/dd40c6417f47ae64acb5b56c558fedaa8ef021b0))
21+
* minor typo cleanup ([2350f14](https://github.com/dwmkerr/effective-shell/commit/2350f14ab7e4c0407e05c50f6f00c3b2dbfe2526))
22+
* minor typo fixes ([bfde922](https://github.com/dwmkerr/effective-shell/commit/bfde92255e34d16eb5240367c768dfdf7a0434cc))
23+
* more proofing ([629db2a](https://github.com/dwmkerr/effective-shell/commit/629db2a6cd70aba3d12ef80600ace7f8878a8a4d))
24+
* refine chapter 19 ([83c3b9d](https://github.com/dwmkerr/effective-shell/commit/83c3b9d822538a329bd15894947091624f26cbb3))
25+
* refine shell script essentials ([aa171cb](https://github.com/dwmkerr/effective-shell/commit/aa171cbdf8f095e0ef83c0b4c5ea4ef1bc05be4b))
26+
* typo cleanup on chapter 24/25 ([674e408](https://github.com/dwmkerr/effective-shell/commit/674e408b82a51df38aabd5605620577204e96062))
27+
328
### [0.25.4](https://github.com/dwmkerr/effective-shell/compare/v0.25.3...v0.25.4) (2022-04-21)
429

530

package-lock.json

Lines changed: 1 addition & 1 deletion
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.25.4",
3+
"version": "0.26.0",
44
"private": false,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)