Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@mpetuska mpetuska released this 25 May 22:26
· 116 commits to master since this release
381ff7a

A major release migrating the plugin to new id dev.petuska.npm.publish. This was needed for Maven Central publishing.

Version Upgrades

  • Kotlin 1.5.10
  • Gradle 7.0.2
  • JVM 11+

Breaking Changes

  • Plugin id changed from lt.petuska.npm.publish to dev.petuska.npm.publish
  • Root package changed to dev.petuska.npm.publish. To migrate, just raplace lt. part to dev. in all imports you might have (tasks, DSL, etc...)

Improvements

  • Publications now work as expected for nodejs targets (thanks to kotlin 1.5)