Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 17, 2023
1 parent b594be6 commit be50403
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .changeset/long-singers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-cycles-jam.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# @total-typescript/ts-reset

## 0.5.0

### Minor Changes

- 49b8603: Added a rule, `/session`, to make sessionStorage and localStorage safer.

```ts
// Is now typed as `unknown`, not `any`!
localStorage.a;

// Is now typed as `unknown`, not `any`!
sessionStorage.abc;
```

- 49b8603: Added a `/dom` entrypoint to allow users to import DOM-only rules.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@total-typescript/ts-reset",
"version": "0.4.2",
"version": "0.5.0",
"description": "A CSS reset for TypeScript, improving types for common JavaScript API's",
"private": false,
"repository": "https://github.com/total-typescript/ts-reset",
Expand Down

0 comments on commit be50403

Please sign in to comment.