Skip to content

Commit db2f7b0

Browse files
chore(main): release 1.0.0 (#1)
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2024-02-13) ### Features * **.github:** add release please workflow and renovate ([034d701](034d701)) * add more tests ([3426530](3426530)) * add more tests and filter out invalid versions more ([ff76166](ff76166)) * add proper readme ([50f479e](50f479e)) * add proper support for target version ([dcf477e](dcf477e)) * filter out any invalid versions and sort them ([5e8519d](5e8519d)) * initial commit ([90fc1cd](90fc1cd)) * initial pilot logic ([325c0fa](325c0fa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 034d701 commit db2f7b0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-02-13)
4+
5+
6+
### Features
7+
8+
* **.github:** add release please workflow and renovate ([034d701](https://github.com/MatthewSH/jsonpilot/commit/034d70180c5799d266dca0e9585501c8ab82ac1f))
9+
* add more tests ([3426530](https://github.com/MatthewSH/jsonpilot/commit/3426530f9ae025c02b7d9b0f36b9bf539a357e75))
10+
* add more tests and filter out invalid versions more ([ff76166](https://github.com/MatthewSH/jsonpilot/commit/ff76166a3ba57b894f49fca307b8a2e098c0191a))
11+
* add proper readme ([50f479e](https://github.com/MatthewSH/jsonpilot/commit/50f479e3de4b971a1ddbffcf89ec98ffe5059cf8))
12+
* add proper support for target version ([dcf477e](https://github.com/MatthewSH/jsonpilot/commit/dcf477e675d01a52aab17525b2f5d029d3552963))
13+
* filter out any invalid versions and sort them ([5e8519d](https://github.com/MatthewSH/jsonpilot/commit/5e8519d953c0d2194d3744f2a79eac786ac88dc5))
14+
* initial commit ([90fc1cd](https://github.com/MatthewSH/jsonpilot/commit/90fc1cd7a33201f7f939d0fe951d85ff2f43b5a2))
15+
* initial pilot logic ([325c0fa](https://github.com/MatthewSH/jsonpilot/commit/325c0fa112efbb2b0f24db087e72a70f6d118fd9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonpilot",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "JSON versioning and migration tool",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)