Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-03-25)

### ✨ New Features

* add service for weight conversion ([0af5e04](0af5e04))
  • Loading branch information
MyParcelBot committed Mar 25, 2022
1 parent 351dae3 commit 897e64b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2022-03-25)


### :sparkles: New Features

* add service for weight conversion ([0af5e04](https://github.com/myparcelnl/pdk/commit/0af5e045d04070c2c00168600018d43333b97312))
64 changes: 32 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "myparcelnl/pdk",
"version": "0.0.1",
"description": "MyParcel Plugin Development Kit",
"type": "library",
"homepage": "https://www.myparcel.nl",
"minimum-stability": "dev",
"require": {
"php": ">=7.1.0",
"myparcelnl/sdk": "^7.1"
},
"require-dev": {
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-watch": "^1.x-dev",
"pestphp/pest-plugin-faker": "^1.x-dev"
},
"license": "MIT",
"autoload": {
"psr-4": {
"MyParcelNL\\Pdk\\": "src/"
"name": "myparcelnl/pdk",
"version": "1.0.0",
"description": "MyParcel Plugin Development Kit",
"type": "library",
"homepage": "https://www.myparcel.nl",
"minimum-stability": "dev",
"require": {
"php": ">=7.1.0",
"myparcelnl/sdk": "^7.1"
},
"require-dev": {
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-watch": "^1.x-dev",
"pestphp/pest-plugin-faker": "^1.x-dev"
},
"license": "MIT",
"autoload": {
"psr-4": {
"MyParcelNL\\Pdk\\": "src/"
}
},
"authors": [
{
"name": "Edie Lemoine",
"email": "[email protected]"
}
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
},
"authors": [
{
"name": "Edie Lemoine",
"email": "[email protected]"
}
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit 897e64b

Please sign in to comment.