Skip to content

Commit

Permalink
chore(release): pulling release/1.2.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored Jan 3, 2024
2 parents 40aa156 + 6ac8202 commit c5fe7cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.2.1](https://github.com/rudderlabs/metrics-reporter-ios/compare/v1.2.0...v1.2.1) (2024-01-03)

## [1.2.0](https://github.com/rudderlabs/metrics-reporter-ios/compare/v1.1.1...v1.2.0) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
.package(name: "RudderKit", url: "https://github.com/rudderlabs/rudder-ios-kit", from: "1.4.0"),
.package(name: "RSCrashReporter", url: "https://github.com/rudderlabs/crash-reporter-ios", from: "1.0.0"),
.package(name: "RSCrashReporter", url: "https://github.com/rudderlabs/crash-reporter-ios", from: "1.0.1"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.2.0",
"version": "1.2.1",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false
sonar.projectKey=rudderlabs_metrics-reporter-ios
sonar.organization=rudderlabs
sonar.projectName=Metrics Reporter iOS
sonar.projectVersion=1.2.0
sonar.projectVersion=1.2.1

# Meta-data for the project
sonar.links.scm=https://github.com/rudderlabs/metrics-reporter-ios
Expand Down

0 comments on commit c5fe7cc

Please sign in to comment.