Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazic committed Jul 12, 2023
1 parent 27265a2 commit 02f84d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.1.1](https://github.com/vlazic/gpt-project-context/compare/v1.1.0...v1.1.1) (2023-07-12)


### Bug Fixes

* **docs:** Update file filtering pattern to correctly include nested directories ([27265a2](https://github.com/vlazic/gpt-project-context/commit/27265a28d50f9ec5d23eaa7fffa1c9f65ad49d3d))

## 1.1.0 (2023-06-21)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To quickly install `gpt-project-context` using binaries from GitHub release, fol

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

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

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

# Make it executable
chmod +x gpt-project-context
Expand Down

0 comments on commit 02f84d2

Please sign in to comment.