Skip to content

Commit

Permalink
Merge pull request #4 from e3stpavel/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
e3stpavel authored Jul 6, 2023
2 parents 2036840 + 771af2a commit 77a3fa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/witty-papayas-watch.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-nanointl

## 0.0.3

### Patch Changes

- 405bc8a: Fixed types to work with `moduleResolution` not in `Node16` or `NodeNext`.

Before you needed to [set `moduleResolution` in `compilerOptions` to `Node16` or `NodeNext`](https://stackoverflow.com/a/70020984) in order to types work. Now you don't need to. It should work out of the box!

## 0.0.2

### Patch Changes
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": "astro-nanointl",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tiny set of tools to implement internationalization for Astro",
"author": {
"name": "e3stpavel"
Expand Down

0 comments on commit 77a3fa6

Please sign in to comment.