Skip to content

Commit

Permalink
feat: Closes #163 .npmrc support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Dec 27, 2024
1 parent 8342486 commit a76f657
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Verified Versions

- Kotlin: 2.0.21
- Kotlin: 2.1.0
- Gradle: 8.10
- JDK: 11

### Added

### Changed

### Removed

---

## [3.5.0]

### Verified Versions

- Kotlin: 2.1.0
- Gradle: 8.10
- JDK: 11

### Added

- Auth, username and password properties of registries.
- K2 support
- `.npmrc` support
- Options to customise `node` and `npm` executables.

### Changed

- Version upgrades
- Licence changed to [The Unlicense](https://unlicense.org)

### Removed

Expand Down Expand Up @@ -451,7 +472,9 @@ This is a maintenance release with a few minor bugfixes.

---

[Unreleased]: https://github.com/mpetuska/npm-publish/compare/3.4.2...HEAD
[Unreleased]: https://github.com/mpetuska/npm-publish/compare/3.5.0...HEAD

[3.5.0]: https://github.com/mpetuska/npm-publish/compare/3.4.2...3.5.0

[3.4.2]: https://github.com/mpetuska/npm-publish/compare/3.4.1...3.4.2

Expand Down
2 changes: 1 addition & 1 deletion build-conventions
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.6"
detekt = "1.23.7"
kotest = "5.9.1"
kotlin = "2.0.21"
kotlin = "2.1.0"

[libraries]
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
Expand Down

0 comments on commit a76f657

Please sign in to comment.