Skip to content

Commit

Permalink
docs(version): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyanyu258 committed Apr 14, 2020
1 parent ceca694 commit 35665f7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
.idea/
node_modules/

docs/releases/**
!docs/releases/*/
!docs/releases/*/*.zip
docs/releases/
*.txt
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
- None
## [0.3.0] - 2020-04-14

- Adapted to ES6

## [0.2.0] - 2019-04-14

- Removed unnecessary square color
- xiangqi.js integration examples

## [0.1.0] - 2018-08-22

- Initial release
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2013 Chris Oakman

Copyright 2018 [@lengyanyu258](https://github.com/lengyanyu258)
Copyright 2018-2020 [@lengyanyu258](https://github.com/lengyanyu258)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion data/releases.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
"-----------------------------------------------------------------",
{
"released": false,
"released": true,
"version": "0.3.0",
"date": "14 Apr 2020",
"changes": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "@lengyanyu258 <[email protected]>",
"description": "JavaScript xiangqiboard widget",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git://github.com/lengyanyu258/xiangqiboardjs.git"
Expand Down
2 changes: 1 addition & 1 deletion src/xiangqiboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* xiangqiboard.js $version$
*
* Copyright 2013 Chris Oakman
* Copyright 2018 @lengyanyu258
* Copyright 2018-2020 @lengyanyu258
* Released under the MIT license
* https://github.com/lengyanyu258/xiangqiboardjs/blob/master/LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion src/xiangqiboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/lengyanyu258/xiangqiboardjs/
*
* Copyright (c) 2017, Chris Oakman
* Copyright (c) 2018, @lengyanyu258
* Copyright (c) 2018-2020, @lengyanyu258
* Released under the MIT license
* https://github.com/lengyanyu258/xiangqiboardjs/blob/master/LICENSE.md
*/
Expand Down
2 changes: 1 addition & 1 deletion src/xiangqiboard.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* xiangqiboard.js 0.3.0
*
* Copyright 2013 Chris Oakman
* Copyright 2018 @lengyanyu258
* Copyright 2018-2020 @lengyanyu258
* Released under the MIT license
* https://github.com/lengyanyu258/xiangqiboardjs/blob/master/LICENSE
*
Expand Down
2 changes: 1 addition & 1 deletion src/xiangqiboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35665f7

Please sign in to comment.