Skip to content

Commit 02f84d2

Browse files
committed
chore(release): 1.1.1
1 parent 27265a2 commit 02f84d2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.1](https://github.com/vlazic/gpt-project-context/compare/v1.1.0...v1.1.1) (2023-07-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **docs:** Update file filtering pattern to correctly include nested directories ([27265a2](https://github.com/vlazic/gpt-project-context/commit/27265a28d50f9ec5d23eaa7fffa1c9f65ad49d3d))
11+
512
## 1.1.0 (2023-06-21)
613

714

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To quickly install `gpt-project-context` using binaries from GitHub release, fol
7575

7676
```sh
7777
# Download the binary for macOS
78-
curl -L -o gpt-project-context "https://github.com/vlazic/gpt-project-context/releases/download/v1.1.0/gpt-project-context-macos"
78+
curl -L -o gpt-project-context "https://github.com/vlazic/gpt-project-context/releases/download/v1.1.1/gpt-project-context-macos"
7979

8080
# Make it executable
8181
chmod +x gpt-project-context
@@ -93,7 +93,7 @@ sudo mv gpt-project-context /usr/local/bin/
9393

9494
```sh
9595
# Download the binary for Linux
96-
curl -L -o gpt-project-context "https://github.com/vlazic/gpt-project-context/releases/download/v1.1.0/gpt-project-context-linux"
96+
curl -L -o gpt-project-context "https://github.com/vlazic/gpt-project-context/releases/download/v1.1.1/gpt-project-context-linux"
9797

9898
# Make it executable
9999
chmod +x gpt-project-context

0 commit comments

Comments
 (0)