Skip to content

Commit 3d64e44

Browse files
committed
chore(release): 1.0.1
1 parent 8273258 commit 3d64e44

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.0.1](https://github.com/Herm71/jc-core-functionality/compare/v1.0.0...v1.0.1) (2024-12-18)
6+
7+
8+
### Features
9+
10+
* 🎉 Lots of additions and Refinements ([#1](https://github.com/Herm71/jc-core-functionality/issues/1)) ([8273258](https://github.com/Herm71/jc-core-functionality/commit/82732581d2da4dc5636cfc83dd1582dc494cf3ec))
11+
512
## [1.0.0](https://github.com/Herm71/jc-core-functionality/compare/v0.1.4...v1.0.0) (2024-01-16)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jc-core-functionality",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Core functionality plugin for JC WordPress",
55
"main": "build/index.js",
66
"directories": {

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/Herm71/jc-core-functionality.git
55
* GitHub Plugin URI: https://github.com/Herm71/jc-core-functionality
66
* Description: Contains custom functionality. Theme independent.
7-
* Version: 1.0.0
7+
* Version: 1.0.1
88
* Author: Jason Chafin
99
* Author URI: https://github.com/Herm71
1010
* License: GPL2

0 commit comments

Comments
 (0)