Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Apr 12, 2020
1 parent ad10855 commit f0a1270
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# [1.0.0](https://github.com/aceforth/nuxt-optimized-images/compare/v0.4.0...v1.0.0) (2020-04-12)


* refactor!: update parent company ([ad10855](https://github.com/aceforth/nuxt-optimized-images/commit/ad108557cb6880a9a28760750feb8ec51a80ccd5))


### BREAKING CHANGES

* **The package has been renamed from `@bazzite/nuxt-optimized-images` to `@aceforth/nuxt-optimized-images`.**



To upgrade

1. `npm install --save-dev @aceforth/nuxt-optimized-images`

or `yarn add --dev @aceforth/nuxt-optimized-images`

2. `npm uninstall @bazzite/nuxt-optimized-images`

or `yarn remove @bazzite/nuxt-optimized-images`

3. replace:

```js
{
buildModules: [
'@bazzite/nuxt-optimized-images',
],
}
```

with

```js
{
buildModules: [
'@aceforth/nuxt-optimized-images',
],
}
```


That’s it, there are no functional changes compared to `@bazzite/[email protected]`.



# [0.4.0](https://github.com/aceforth/nuxt-optimized-images/compare/v0.3.0...v0.4.0) (2020-03-31)


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": "@aceforth/nuxt-optimized-images",
"version": "0.4.0",
"version": "1.0.0",
"description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit f0a1270

Please sign in to comment.