Skip to content

Commit

Permalink
Merge pull request #7 from magicbell/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package
  • Loading branch information
stigi authored Oct 21, 2024
2 parents b9ac7f6 + 7b61fba commit 2e51669
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-cougars-beg.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# embedded-provision

## 1.1.0

### Minor Changes

- [`b18c472`](https://github.com/magicbell/embedded-provision/commit/b18c472b12bbe5d3b8e41b3587602fc66e7f1e68) Thanks [@stigi](https://github.com/stigi)! - The plist content is now extracted via ASN1, instead of parsing it via string functions (by @tcurdt).

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Apple supports [a lot of different entitlements](https://developer.apple.com/doc
To install MagicBell using [CocoaPods](https://cocoapods.org), add this entry to your `Podfile`:

```ruby
pod 'EmbeddedProvision', '>=1.0.1'
pod 'EmbeddedProvision', '>=1.1.0'
```

**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.
Expand All @@ -111,7 +111,7 @@ To install the library using [Swift Package Manager](https://www.swift.org/packa

```swift
dependencies: [
.package(url: "https://github.com/magicbell/embedded-provision", .upToNextMajor(from: "1.0.1"))
.package(url: "https://github.com/magicbell/embedded-provision", .upToNextMajor(from: "1.1.0"))
]
```

Expand All @@ -120,7 +120,7 @@ dependencies: [
To install the library using [Carthage](https://github.com/Carthage/Carthage), add the following dependency to the Carfile :

```ruby
github "magicbell/embedded-provision" "1.0.1"
github "magicbell/embedded-provision" "1.1.0"
```

Then, run `carthage update --use-xcframeworks --platform [iOS|macOS] --no-use-binaries` (selecting the desired platform) to resolve dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embedded-provision",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 2e51669

Please sign in to comment.