Skip to content

Commit

Permalink
release: 1.0.1 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware authored Nov 22, 2022
1 parent eb7d993 commit 4965678
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.0.1](https://github.com/flex-development/toggle-pkg-type/compare/1.0.0...1.0.1) (2022-11-21)


### :package: Build

* mark package as side-effects free ([0ac382e](https://github.com/flex-development/toggle-pkg-type/commit/0ac382ee05e506960d98b86253c693a1885d4e47))
* require node `>=14.16` ([6879dba](https://github.com/flex-development/toggle-pkg-type/commit/6879dbaeef9a80881bfc568402344aef18810bce))
* **deps-dev:** cleanup + upgrade deps ([bccec6e](https://github.com/flex-development/toggle-pkg-type/commit/bccec6e663a09f311cca4574f251d706aaf7cc8e))


### :robot: Continuous Integration

* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))


### :bug: Fixes

* **ts:** remove `package.json#typesVersions` ([eb7d993](https://github.com/flex-development/toggle-pkg-type/commit/eb7d993a6b4af7945c27a3b73c556a9b68826402))

## 1.0.0 (2022-10-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flex-development/toggle-pkg-type",
"description": "Easily enable or disable type in package.json",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"cjs",
"commonjs",
Expand Down

0 comments on commit 4965678

Please sign in to comment.