Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2020-01-21)

### Features

* add a PHP file to test semantic-release-version-bump ([3889f3a](3889f3a))
  • Loading branch information
semantic-release-bot committed Jan 21, 2020
1 parent 3889f3a commit 207e319
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/adekbadek/semantic-release-demo/compare/v1.1.0...v1.2.0) (2020-01-21)


### Features

* add a PHP file to test semantic-release-version-bump ([3889f3a](https://github.com/adekbadek/semantic-release-demo/commit/3889f3a))

# [1.1.0](https://github.com/adekbadek/semantic-release-demo/compare/v1.0.0...v1.1.0) (2020-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-demo",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion some-file.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Name: Some file
* Version: 1.0.0-alpha.22
* Version: 1.2.0
*
* @package Some_File
*/

0 comments on commit 207e319

Please sign in to comment.