Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-06-04)

### Bug Fixes

* correct script path ([f8af4aa](f8af4aa))
* update copy in footer ([0682630](0682630))

### Features

* update link color ([3801fe5](3801fe5))
* **style:** new color scheme ([aa17be6](aa17be6))
  • Loading branch information
kurtrank committed Jun 4, 2020
1 parent f405e99 commit b781c3c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/kurtrank/robot-rock/compare/v1.2.0...v1.3.0) (2020-06-04)


### Bug Fixes

* correct script path ([f8af4aa](https://github.com/kurtrank/robot-rock/commit/f8af4aabed6565f04986a7950bdc78684cfa57b4))
* update copy in footer ([0682630](https://github.com/kurtrank/robot-rock/commit/068263037c3ca0d55754bc74566a51cb7eba2bed))


### Features

* update link color ([3801fe5](https://github.com/kurtrank/robot-rock/commit/3801fe5c44b1d027d7860a4355f93fd984435208))
* **style:** new color scheme ([aa17be6](https://github.com/kurtrank/robot-rock/commit/aa17be6c0a2e938f5417cd5d103ed74dea8347ee))

# [1.3.0-beta.1](https://github.com/kurtrank/robot-rock/compare/v1.2.0...v1.3.0-beta.1) (2020-06-03)


Expand Down
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,6 +1,6 @@
{
"name": "robot-rock",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Example WordPress theme to test automatic updates with Github releases.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/******************************************************************
Theme Name: Robot Rock
Text Domain: robot-rock
Version: 1.3.0-beta.1
Version: 1.3.0
Theme URI: https://github.com/kurtrank/robot-rock
GitHub Theme URI: kurtrank/robot-rock
Release Asset: true
Expand Down

0 comments on commit b781c3c

Please sign in to comment.