@mchp-mcc/pic-8bit 5.26.0 → 5.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -6
- package/Readme.md +6 -6
- package/json/PIC16F13113.json +1 -1
- package/json/PIC16F13114.json +1 -1
- package/json/PIC16F13115.json +1 -1
- package/json/PIC16F13123.json +1 -1
- package/json/PIC16F13124.json +1 -1
- package/json/PIC16F13125.json +1 -1
- package/json/PIC16F13143.json +1 -1
- package/json/PIC16F13144.json +1 -1
- package/json/PIC16F13145.json +1 -1
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [5.26.1] - 2024-01-17
|
|
5
|
+
|
|
6
|
+
### New Features
|
|
7
|
+
- **CC8SCRIP-19252** :- Bug Fixes in PIC16F131xx
|
|
8
|
+
|
|
9
|
+
|
|
4
10
|
## [5.26.0] - 2023-12-21
|
|
5
11
|
|
|
6
12
|
### New Features
|
|
@@ -12,9 +18,3 @@ All notable changes to this project will be documented in this file.
|
|
|
12
18
|
|
|
13
19
|
### New Features
|
|
14
20
|
- **CC8SCRIP-18720** :- Bug Fixes/Feature Updates in PIC16F152xx, PIC16(L)F188xx & PIC18F-Q device families
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [5.25.2] - 2023-10-30
|
|
18
|
-
|
|
19
|
-
### New Features
|
|
20
|
-
- **CC8SCRIP-18563** :- Bug Fixes/Feature Updates : PIC18F-Q & PIC18F-K device families
|
package/Readme.md
CHANGED
|
@@ -55,6 +55,12 @@ The following are the 8-bit PIC device families supported by MCC Melody
|
|
|
55
55
|
# Changelog
|
|
56
56
|
All notable changes to this project will be documented in this file.
|
|
57
57
|
|
|
58
|
+
## [5.26.1] - 2024-01-17
|
|
59
|
+
|
|
60
|
+
### New Features
|
|
61
|
+
- **CC8SCRIP-19252** :- Bug Fixes in PIC16F131xx
|
|
62
|
+
|
|
63
|
+
|
|
58
64
|
## [5.26.0] - 2023-12-21
|
|
59
65
|
|
|
60
66
|
### New Features
|
|
@@ -66,9 +72,3 @@ All notable changes to this project will be documented in this file.
|
|
|
66
72
|
|
|
67
73
|
### New Features
|
|
68
74
|
- **CC8SCRIP-18720** :- Bug Fixes/Feature Updates in PIC16F152xx, PIC16(L)F188xx & PIC18F-Q device families
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## [5.25.2] - 2023-10-30
|
|
72
|
-
|
|
73
|
-
### New Features
|
|
74
|
-
- **CC8SCRIP-18563** :- Bug Fixes/Feature Updates : PIC18F-Q & PIC18F-K device families
|