Skip to content

Commit

Permalink
Merge pull request #441 from github/release-3.4.2
Browse files Browse the repository at this point in the history
Release 3.4.2
  • Loading branch information
jonabc authored Jan 17, 2022
2 parents ea87bcf + 310afd3 commit 5bd7b32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 3.4.2

2022-01-17

### Fixed

- The yarn source will no longer evaluate package.json files that do not represent project dependencies (https://github.com/github/licensed/pull/439)

## 3.4.1

2022-01-07
Expand Down Expand Up @@ -547,4 +555,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release :tada:

[Unreleased]: https://github.com/github/licensed/compare/3.4.1...HEAD
[Unreleased]: https://github.com/github/licensed/compare/3.4.2...HEAD
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Licensed
VERSION = "3.4.1".freeze
VERSION = "3.4.2".freeze

def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
Expand Down

0 comments on commit 5bd7b32

Please sign in to comment.