Skip to content

Commit 4965678

Browse files
authored
release: 1.0.1 (#13)
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent eb7d993 commit 4965678

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [1.0.1](https://github.com/flex-development/toggle-pkg-type/compare/1.0.0...1.0.1) (2022-11-21)
2+
3+
4+
### :package: Build
5+
6+
* mark package as side-effects free ([0ac382e](https://github.com/flex-development/toggle-pkg-type/commit/0ac382ee05e506960d98b86253c693a1885d4e47))
7+
* require node `>=14.16` ([6879dba](https://github.com/flex-development/toggle-pkg-type/commit/6879dbaeef9a80881bfc568402344aef18810bce))
8+
* **deps-dev:** cleanup + upgrade deps ([bccec6e](https://github.com/flex-development/toggle-pkg-type/commit/bccec6e663a09f311cca4574f251d706aaf7cc8e))
9+
10+
11+
### :robot: Continuous Integration
12+
13+
* **deps:** Bump actions/add-to-project from 0.3.0 to 0.4.0 ([#12](https://github.com/flex-development/toggle-pkg-type/issues/12)) ([2f87f32](https://github.com/flex-development/toggle-pkg-type/commit/2f87f3245a6536513c2082f1774690c982609172))
14+
* **deps:** bump actions/checkout from 3.0.2 to 3.1.0 ([#4](https://github.com/flex-development/toggle-pkg-type/issues/4)) ([fd093f8](https://github.com/flex-development/toggle-pkg-type/commit/fd093f8540e6b5e6c6b5150e7153cb89bddbd9a6))
15+
* **deps:** bump actions/github-script from 6.3.1 to 6.3.3 ([#9](https://github.com/flex-development/toggle-pkg-type/issues/9)) ([c364bbe](https://github.com/flex-development/toggle-pkg-type/commit/c364bbee13af130960a80bb81aa9360048cdf16b))
16+
* **deps:** bump actions/setup-node from 3.5.0 to 3.5.1 ([#8](https://github.com/flex-development/toggle-pkg-type/issues/8)) ([0cee89a](https://github.com/flex-development/toggle-pkg-type/commit/0cee89aede13e098e340d36b0817858e80623e3b))
17+
* **deps:** Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 ([#10](https://github.com/flex-development/toggle-pkg-type/issues/10)) ([71f28c9](https://github.com/flex-development/toggle-pkg-type/commit/71f28c979cac4c19cdb3e462d17e295a8b84baeb))
18+
* **deps:** Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 ([#11](https://github.com/flex-development/toggle-pkg-type/issues/11)) ([e1c6c4b](https://github.com/flex-development/toggle-pkg-type/commit/e1c6c4bb7f9b39f11fda1ee84b464416856bd712))
19+
* **deps:** bump hmarr/debug-action from 2.0.1 to 2.1.0 ([#7](https://github.com/flex-development/toggle-pkg-type/issues/7)) ([a5f048a](https://github.com/flex-development/toggle-pkg-type/commit/a5f048a7c776a5649a5cc4e690c54e8a104234d1))
20+
* **deps:** bump octokit/graphql-action from 2.2.22 to 2.2.23 ([#5](https://github.com/flex-development/toggle-pkg-type/issues/5)) ([6424a95](https://github.com/flex-development/toggle-pkg-type/commit/6424a95823f79fc88f678bc8f7698b65698c81fb))
21+
22+
23+
### :bug: Fixes
24+
25+
* **ts:** remove `package.json#typesVersions` ([eb7d993](https://github.com/flex-development/toggle-pkg-type/commit/eb7d993a6b4af7945c27a3b73c556a9b68826402))
26+
127
## 1.0.0 (2022-10-01)
228

329

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": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"cjs",
77
"commonjs",

0 commit comments

Comments
 (0)