Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
release: 1.3.0 readiness
Browse files Browse the repository at this point in the history
- set release date in CHANGELOG.md
- remove empty stub in CHANGELOG.md
- update branch-aliases in composer.json
  - dev-master => 1.3.x-dev
  - dev-develop => 1.4.x-dev
  • Loading branch information
michalbundyra committed Nov 22, 2019
1 parent 8ed56ec commit e83174a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
24 changes: 1 addition & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.3.0 - TBD
## 1.3.0 - 2019-11-22

### Added

Expand All @@ -25,28 +25,6 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 1.2.2 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.2.1 - 2019-08-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
"dev-master": "1.3.x-dev",
"dev-develop": "1.4.x-dev"
}
},
"bin": [
Expand Down

0 comments on commit e83174a

Please sign in to comment.