Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-01-20)

### Bug Fixes

* **proptypes:** fix proptypes definition of across/down data ([ae8b19a](ae8b19a))

### Features

* tweaks and adjustment for preliminary release ([0c3e4a7](0c3e4a7))
* **initial:** initial copy of sources from proof-of-concept ([31b73ec](31b73ec))
  • Loading branch information
semantic-release-bot committed Jan 20, 2020
1 parent cda1478 commit fe2a495
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.0.0 (2020-01-20)


### Bug Fixes

* **proptypes:** fix proptypes definition of across/down data ([ae8b19a](https://github.com/JaredReisinger/react-crossword/commit/ae8b19aa6d08154162dfea57e41a11a2da2ddc85))


### Features

* tweaks and adjustment for preliminary release ([0c3e4a7](https://github.com/JaredReisinger/react-crossword/commit/0c3e4a7a4bbed140cc7524150b7d86c1ff507a6a))
* **initial:** initial copy of sources from proof-of-concept ([31b73ec](https://github.com/JaredReisinger/react-crossword/commit/31b73ecccf57b5b31a90d62ed7ba6ab975187ff9))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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,7 +1,7 @@
{
"name": "@jaredreisinger/react-crossword",
"homepage": "http://JaredReisinger.github.io/react-crossword",
"version": "0.0.1",
"version": "1.0.0",
"description": "A flexible, responsive, and easy-to-use crossword component for React apps",
"author": {
"name": "JaredReisinger",
Expand Down

0 comments on commit fe2a495

Please sign in to comment.