Skip to content

Commit

Permalink
release: 1.0.5 (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Nov 21, 2022
1 parent 715b053 commit 014660b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v1.0.5

#### Fixed
- **Fixed - Missing SPM plug-in:** The missing Swift Package product has been added and the `Install CLI` plug-in is now available from the SPM command line and the Xcode project menu. [#2683](https://github.com/apollographql/apollo-ios/pull/2683)

## v1.0.4

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Shared/Project-Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.0.4
CURRENT_PROJECT_VERSION = 1.0.5
2 changes: 1 addition & 1 deletion Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public enum Constants {
public static let CLIVersion: String = "1.0.4"
public static let CLIVersion: String = "1.0.5"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}

0 comments on commit 014660b

Please sign in to comment.