Skip to content

Commit

Permalink
build: Merge pull request #171 from tagproject/dev
Browse files Browse the repository at this point in the history
build: bump to v10.2.0
  • Loading branch information
Daniil Ryazanov authored Jul 21, 2023
2 parents 02c4184 + 94a3c5a commit 2269aba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "lib",
"newLine": "lf",
"allowSyntheticDefaultImports": true,
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# :bug: Bug Fixes

- Previously deprecated rules are deleted [`ce7e97c`](https://github.com/tagproject/ts-package-shared-config/commit/ce7e97cfb58eb64cecf96982ef7b7443add3b4e3)
- Add `NodeNext` module/`moduleResolution` [`7cc7c4c`](https://github.com/tagproject/ts-package-shared-config/commit/7cc7c4ccca659532b3ff7eef93c0d58200fbf2e9)

---

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": "@tagproject/ts-package-shared-config",
"version": "10.1.1",
"version": "10.2.0",
"description": "Standard shared config for tagproject packages with Node.js and TypeScript",
"license": "MIT",
"homepage": "https://github.com/tagproject/ts-package-shared-config#readme",
Expand Down

0 comments on commit 2269aba

Please sign in to comment.