Skip to content

Commit

Permalink
Merge pull request #17 from schoero/development
Browse files Browse the repository at this point in the history
chore(release): v0.2.7
  • Loading branch information
schoero authored Nov 12, 2023
2 parents 9af2fbd + 54f10f7 commit 4ed741d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// ES module import
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.preferences.useAliasesForRenames": true,
"typescript.preferences.autoImportFileExcludePatterns": [
"@types/node/test.d.ts"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.2.7

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.6...v0.2.7)

### Fixes

- Node import in browser ([c4ad480](https://github.com/schoero/unwritten/commit/c4ad480))

### Chore

- Auto import without file extensions ([2107256](https://github.com/schoero/unwritten/commit/2107256))

### ❤️ Contributors

- Roger Schönbächler

## v0.2.6

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.5...v0.2.6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"name": "unwritten",
"description": "unwritten is a cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.",
Expand Down
2 changes: 1 addition & 1 deletion src/platform/logger/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { lineEndings } from "unwritten:platform/os/node";
import { lineEndings } from "unwritten:platform/os/browser";


export module logger {
Expand Down

0 comments on commit 4ed741d

Please sign in to comment.