Skip to content

Commit b50f951

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-05-07) ### Features ✨ * added contents page generator option ([3904dce](3904dce)) * added contents to root README.md ([0510814](0510814)) * added first notes ([d8a389c](d8a389c)) * added language name to code snippets ([e7f6ce5](e7f6ce5)) * added list formatter function ([ce520ed](ce520ed)) * added markdown to epub function ([a5c46e6](a5c46e6)) * added script for markdown formatting ([692973d](692973d)) * added script to create markdown from word docs ([61d9e56](61d9e56)) * added script to run word macro ([3bc6d65](3bc6d65)) ### Fixes 🐛 * export odt code documents ([c50251a](c50251a)) * removed hard tabs from markdown ([18b786e](18b786e)) * Removed Toc_codes contents ([8f2a5c5](8f2a5c5)) ### Styles 💎 * added commit message linter ([9b67beb](9b67beb)) * added lint staged ([6099358](6099358)) * fixed formatting issues ([3756945](3756945)) ### Chores ♻️ * added .gitignore ([f8d2979](f8d2979)) * added licenses ([81cea27](81cea27)) * added release config ([19ff4f5](19ff4f5)) * init repo ([617f37d](617f37d)) * pipenv install in project ([e3950aa](e3950aa)) * removed setup script ([9f60423](9f60423)) ### Refactors 📦 * moved files ([6928bb4](6928bb4)) ### Build 🛠 * updated pipenv ([20544e5](20544e5)) ### CI/CD ⚙️ * added release and validate workflows ([f1ebef7](f1ebef7))
1 parent f1ebef7 commit b50f951

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## 1.0.0 (2025-05-07)
2+
3+
### Features ✨
4+
5+
* added contents page generator option ([3904dce](https://github.com/George-Madeley/Notes/commit/3904dcedd7ccbd4d274aaa5666bd27187de45c4c))
6+
* added contents to root README.md ([0510814](https://github.com/George-Madeley/Notes/commit/0510814b62c45ec415863b8b620518d895c85330))
7+
* added first notes ([d8a389c](https://github.com/George-Madeley/Notes/commit/d8a389cce0a12457dbd14f1202529e230b96d798))
8+
* added language name to code snippets ([e7f6ce5](https://github.com/George-Madeley/Notes/commit/e7f6ce56ba0e4a3cbbd178bf7db62db10eed0574))
9+
* added list formatter function ([ce520ed](https://github.com/George-Madeley/Notes/commit/ce520ed0a5d32e7050392c4860e251e0f83594cf))
10+
* added markdown to epub function ([a5c46e6](https://github.com/George-Madeley/Notes/commit/a5c46e6dc219fa8ee3db82b8bc27fd7373123a72))
11+
* added script for markdown formatting ([692973d](https://github.com/George-Madeley/Notes/commit/692973df758608b42d7739db7641b50fbe8d4e51))
12+
* added script to create markdown from word docs ([61d9e56](https://github.com/George-Madeley/Notes/commit/61d9e5695c7075d697d74318dd36f9cbcc2ba562))
13+
* added script to run word macro ([3bc6d65](https://github.com/George-Madeley/Notes/commit/3bc6d651c3d4757b51234e41ba28dfb65e6cb7a0))
14+
15+
### Fixes 🐛
16+
17+
* export odt code documents ([c50251a](https://github.com/George-Madeley/Notes/commit/c50251adc9ae10b579981c94513eda71e0cf9f21))
18+
* removed hard tabs from markdown ([18b786e](https://github.com/George-Madeley/Notes/commit/18b786eb286b69daedb975d4e1490ba2296c155a))
19+
* Removed Toc_codes contents ([8f2a5c5](https://github.com/George-Madeley/Notes/commit/8f2a5c542697f716a8061b0ffa3a9781ab7ee8c6))
20+
21+
### Styles 💎
22+
23+
* added commit message linter ([9b67beb](https://github.com/George-Madeley/Notes/commit/9b67beb1066aa8e5f35dbe6ffc59976f31728701))
24+
* added lint staged ([6099358](https://github.com/George-Madeley/Notes/commit/6099358d7d6d1d1df2e2783b2538b40da044a126))
25+
* fixed formatting issues ([3756945](https://github.com/George-Madeley/Notes/commit/3756945aa8f3f3604b56f476d87052c7c1e04462))
26+
27+
### Chores ♻️
28+
29+
* added .gitignore ([f8d2979](https://github.com/George-Madeley/Notes/commit/f8d2979b98a3d02cda3116074b57051bbf71ab78))
30+
* added licenses ([81cea27](https://github.com/George-Madeley/Notes/commit/81cea27d8c17166da3a1183dc505eda102a32416))
31+
* added release config ([19ff4f5](https://github.com/George-Madeley/Notes/commit/19ff4f58544bdbd23a0d2612ffc77b6723d83fac))
32+
* init repo ([617f37d](https://github.com/George-Madeley/Notes/commit/617f37d61aa7ae1f41547f5ba9b482b99ef9728a))
33+
* pipenv install in project ([e3950aa](https://github.com/George-Madeley/Notes/commit/e3950aa4470ee8293ce3eb25ce84f1fa40206945))
34+
* removed setup script ([9f60423](https://github.com/George-Madeley/Notes/commit/9f60423de5e33f976423b4966fa4c7cbe5194fd4))
35+
36+
### Refactors 📦
37+
38+
* moved files ([6928bb4](https://github.com/George-Madeley/Notes/commit/6928bb4be1dac79e44f5474f78de06847614ba10))
39+
40+
### Build 🛠
41+
42+
* updated pipenv ([20544e5](https://github.com/George-Madeley/Notes/commit/20544e531970dc4638736dd5162f35621b0bb10e))
43+
44+
### CI/CD ⚙️
45+
46+
* added release and validate workflows ([f1ebef7](https://github.com/George-Madeley/Notes/commit/f1ebef7938dfbebef02eeebe8d60863098a2b9ac))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
"release": "semantic-release"
4343
},
4444
"version": "1.0.0"
45-
}
45+
}

0 commit comments

Comments
 (0)