Skip to content

Commit

Permalink
Bump version from 11.0.0 to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denzelem committed Nov 20, 2024
1 parent 7fe3a6f commit ab79265
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes

### Breaking changes

## 11.1.0 2024-11-20

### Compatible changes

* Skip `yarn install` for other package managers:
* Before: Check for a `package.json`
* After: Check for a `yarn.lock`

### Breaking changes



## 11.0.0 2024-11-13
## 11.0.0 2024-11-13

### Compatible changes
* `geordi unit` now supports `parallel_tests`, binstubs and `bundle exec`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
geordi (11.0.0)
geordi (11.1.0)
thor (~> 1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/geordi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geordi
VERSION = '11.0.0'.freeze
VERSION = '11.1.0'.freeze
end

0 comments on commit ab79265

Please sign in to comment.