From 6a448d96c6ed944bd1a23ff07a800c5578226e6a Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 23 Jan 2020 16:54:30 -0700 Subject: [PATCH] 1.0.0-alpha.2 --- CHANGELOG.md | 11 +++++++++++ coop-library-framework.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 13 ++++++++++++- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10eb34..5bb3872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog # +## 1.0.0-alpha.2 ## +**Major Changes** + +- Rename to Co-op Library Framework: #200 + +**Minor Changes** + +- Add favorites to metadata: #258 +- Add commitlint configuration: #243 +- Add GitHub Actions: #186 + ## 1.0.0-alpha.1 ## * Initial release. diff --git a/coop-library-framework.php b/coop-library-framework.php index c45bd89..d6c70e2 100644 --- a/coop-library-framework.php +++ b/coop-library-framework.php @@ -3,7 +3,7 @@ * Plugin Name: Co-op Library Framework * Plugin URI: https://github.com/platform-coop-toolkit/coop-library-framework/ * Description: Custom post type and metadata utilities for the Platform Co-op Resource Library. - * Version: 1.0.0-alpha.1 + * Version: 1.0.0-alpha.2 * Author: Platform Cooperative Development Kit * Author URI: https://github.com/platform-coop-toolkit/ * Text Domain: coop-library-framework diff --git a/package-lock.json b/package-lock.json index 61b41c1..1f9c7ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/coop-library-framework", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8dc11a3..e1b0c34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/coop-library-framework", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Custom post type and metadata utilities for the Platform Co-op Resource Library.", "author": { "name": "OCAD University", diff --git a/readme.txt b/readme.txt index 063c4e2..0d71dd5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: custom-post-types, platform-cooperativism, resource-library Requires PHP: 7.3 Requires at least: 5.3 Tested up to: 5.3 -Stable tag: 1.0.0-alpha.1 +Stable tag: 1.0.0-alpha.2 Custom post type and metadata utilities for the Platform Co-op Resource Library. @@ -29,6 +29,17 @@ TK. == Changelog == += 1.0.0-alpha.2 = +**Major Changes** + +- Rename to Co-op Library Framework: #200 + +**Minor Changes** + +- Add favorites to metadata: #258 +- Add commitlint configuration: #243 +- Add GitHub Actions: #186 + = 1.0.0-alpha.1 = * Initial release.