Skip to content

Commit 180d633

Browse files
chore(release): 1.0.1
1 parent f161c7f commit 180d633

6 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<a name="1.0.1"></a>
2+
# [1.0.1](https://github.com/davinchi-finsi/crossword-definition/compare/v1.0.0...v1.0.1) (2018-02-12)
3+
4+
5+
### Bug Fixes
6+
7+
* CrosswordDefinitionOptions in CrosswordDefinition constructor
8+
* Check if two clues overlaps
9+
10+
11+
### Features
12+
13+
* Improve error messages

dist/crossword-definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license crossword-definition v1.0.0
2+
* @license crossword-definition v1.0.1
33
* (c) 2018 Finsi, Inc.
44
*/
55

dist/crossword-definition.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm2015/crossword-definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license crossword-definition v1.0.0
2+
* @license crossword-definition v1.0.1
33
* (c) 2018 Finsi, Inc.
44
*/
55

esm2015/crossword-definition.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossword-definition",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A generator of crossword definitions in Typescript. Based in https://github.com/jweisbeck/Crossword/",
55
"main": "dist/crossword-definition.js",
66
"jsnext:main": "esm2015/crossword-definition.js",

0 commit comments

Comments
 (0)