Skip to content

Commit 4c0a7a6

Browse files
committed
1.1.1 release
1 parent 4a8d442 commit 4c0a7a6

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
All notable changes to this library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).
44

5-
## [unreleased] - unreleased
6-
7-
### Fixed
8-
9-
10-
### Added
11-
12-
13-
### Changed
14-
5+
## [1.1.1] - 2021-02-08
156

167
## [1.1.0] - 2020-08-22
178

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

corral.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"deps": [],
3-
"packages": ["regex"],
3+
"packages": [
4+
"regex"
5+
],
46
"info": {
57
"description": "Perl compatible regular expression support",
68
"homepage": "https://github.com/ponylang/regex",
79
"license": "BSD-2-Clause",
810
"documentation_url": "https://ponylang.github.io/regex",
9-
"version": "1.1.0",
11+
"version": "1.1.1",
1012
"name": "regex"
1113
},
1214
"scripts": {

0 commit comments

Comments
 (0)