Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Dec 13, 2018
1 parent 33c5805 commit 3bba8bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [Unreleased]

## 1.0.0 - 2018-12-13

* Fixed enqueuing of custom Prism.js language assets.
* Fixed the handle for core block editor styles for WordPress 5.0.
* Replaced the deprecated PanelColor component with PanelColorSettings for WordPress 5.0.

## 0.1.0 - 2018-08-05

* First release.

[Unreleased]: https://github.com/cedaro/shiny-code/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/cedaro/shiny-code/compare/v0.1.0...v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiny-code",
"version": "0.1.0",
"version": "1.0.0",
"description": "A Gutenberg block for editing and displaying code with syntax highlighting.",
"homepage": "https://www.cedaro.com/",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions shiny-code.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Shiny Code
* Plugin URI: https://github.com/cedaro/shiny-code
* Description: A Gutenberg block for editing and displaying code with syntax highlighting.
* Version: 0.1.0
* Version: 1.0.0
* Author: Cedaro
* Author URI: https://www.cedaro.com/
* License: GPL-2.0-or-later
Expand Down Expand Up @@ -38,7 +38,7 @@
*
* @var string
*/
const VERSION = '0.1.0';
const VERSION = '1.0.0';

/**
* Load the Composer autoloader.
Expand Down

0 comments on commit 3bba8bb

Please sign in to comment.