nuxt-community/nuxtent-module

Breaking changes in 1.2, not mentioned in changelog

danhawkes opened this issue · 2 comments

Hi,
I've just spent a couple of hours trying to figure out why my code highlighting has stopped working, and eventually found that 1.2.x includes a breaking change (2945d43) in the nuxtent.config.js.

The changelog seems to be out of date - the most recent entry is for 1.1.0, and it looks like the npm release task hasn't been used for the past few releases based on the tag format.

Is the intent to continue using standard-version, and if so, could some docs be added to CONTRIBUTING.md or similar to describe the release procedure?

This question is available on Nuxt.js community (#c114)

Hi @danhawkes I'm so sorry about that. @medfreeman helped standardized the module but I unknowingly made that last few releases following the wrong procedure

I added the documentation for the releases under Github's releases (https://github.com/nuxt-community/nuxtent-module/releases)

I believe best path is for this module to follow how nuxt.js does it

@alidcastano I see them, that's great! Thank you and @medfreeman for all your work on this project.