Skip to content

Commit d9c70d7

Browse files
authored
release: 1.0.0 (#3)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 3208075 commit d9c70d7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 1.0.0 (2022-10-01)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* add [@dependabot](https://github.com/dependabot) config ([dfc9771](https://github.com/flex-development/toggle-pkg-type/commit/dfc97713d6f796040dc0825dd19cc60e073bb88e))
7+
* **deps:** bump actions/github-script from 6.3.0 to 6.3.1 ([#2](https://github.com/flex-development/toggle-pkg-type/issues/2)) ([e9fb4dd](https://github.com/flex-development/toggle-pkg-type/commit/e9fb4dd896b3a211479c2a02a6d9ff3baf7f7ab3))
8+
* **deps:** bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 ([#1](https://github.com/flex-development/toggle-pkg-type/issues/1)) ([01e120b](https://github.com/flex-development/toggle-pkg-type/commit/01e120bdcf3d6fb9244bf9e0584e3d5d2860ae86))
9+
10+
11+
### :pencil: Documentation
12+
13+
* usage ([3208075](https://github.com/flex-development/toggle-pkg-type/commit/3208075ccfbe0e22d741ddbd01a7aade79051ec9))
14+
15+
16+
### :sparkles: Features
17+
18+
* **cli:** toggle ([508f175](https://github.com/flex-development/toggle-pkg-type/commit/508f175af3df30d52b409fa1d20251b6fe61d3ae))
19+
* **node:** `toggle` ([5831bb5](https://github.com/flex-development/toggle-pkg-type/commit/5831bb533af4ca794648129fda8b501224ea5639))
20+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/toggle-pkg-type",
33
"description": "Easily enable or disable type in package.json",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"cjs",
77
"commonjs",

0 commit comments

Comments
 (0)