Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogroppo committed Oct 3, 2024
1 parent 3e0cdef commit 3a9bad5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# deverything

## 1.7.0

### Minor Changes

- noop

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deverything",
"version": "1.6.1",
"version": "1.7.0",
"description": "Everything you need for Dev",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from "./Coords";
export * from "./Date";
export * from "./Dimensions";
export * from "./Function";
export * from "./HashMap";
export * from "./Matrix";
export * from "./Maybe";
Expand Down

0 comments on commit 3a9bad5

Please sign in to comment.