Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianorsouza committed Jul 23, 2020
1 parent db524da commit 375181b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 34 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

Version 0.1.0 - 2020-07-23
===========================

- 2020-07-23 - add npm release script
- 2020-07-23 - include the HTML frontend when building the store data
- 2020-07-23 - Update box.json
- 2020-07-23 - Update .gitignore
- 2020-07-23 - Create CHANGELOG.md
- 2020-07-23 - Update README.md
- 2020-07-23 - add updated_at to the store data
- 2020-07-22 - Update README.md


Version 0.1.0 - 2020-07-23
==========================

Expand Down
60 changes: 30 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"version": "0.0.0",
"name": "adrianorosa/compare-system-versions",
"description": "System versions compare",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Adriano Rosa",
"email": "info@adrianorosa.com"
}
],
"autoload": {
"psr-4": {
"Adrianorosa\\Csv\\": "src/"
},
"files": []
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"ext-json": "*",
"symfony/finder": "^5.2@dev",
"nesbot/carbon": "^2.36",
"symfony/yaml": "^5.1",
"symfony/console": "^5.1",
"symfony/filesystem": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"symfony/var-dumper": "^5.1"
"version": "0.1.0",
"name": "adrianorosa/compare-system-versions",
"description": "System versions compare",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Adriano Rosa",
"email": "info@adrianorosa.com"
}
],
"autoload": {
"psr-4": {
"Adrianorosa\\Csv\\": "src/"
},
"files": []
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"ext-json": "*",
"symfony/finder": "^5.2@dev",
"nesbot/carbon": "^2.36",
"symfony/yaml": "^5.1",
"symfony/console": "^5.1",
"symfony/filesystem": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"symfony/var-dumper": "^5.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "compare-system-versions",
"version": "0.0.0",
"version": "0.1.0",
"description": "Compare System Versions",
"dependencies": {},
"devDependencies": {
"release-task": "^1.0.0"
},
"scripts": {
"release": "node ./scripts/release.js"
},
"scripts": {
"release": "node ./scripts/release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianorsouza/compare-system-versions.git"
Expand Down

0 comments on commit 375181b

Please sign in to comment.