Skip to content

Commit 2eea4d5

Browse files
committed
Release new version
1 parent 2513a3e commit 2eea4d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.1.0] - Unreleased
8+
## [1.1.0] - 2020-05-23
99
### Removed
1010
- Function `_` in the list of default functions to scan
1111

@@ -15,4 +15,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
## 1.0.0 - 2019-11-05
1616
First version
1717

18-
[1.1.0]: https://github.com/php-gettext/JS-Scanner/compare/v1.0.0...HEAD
18+
[1.1.0]: https://github.com/php-gettext/JS-Scanner/compare/v1.0.0...v1.1.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": "^7.2",
22-
"gettext/gettext": "dev-feature/functions-handlers-trait",
22+
"gettext/gettext": "^5.5.0",
2323
"mck89/peast": "^1.9"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)